#6267CC

Color #6267CC Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6267CC

Tints of Slate Blue #6267CC

Color information

#6267CC (or 0x6267CC) is unknown color: approx Slate Blue. HEX triplet: 62, 67 and CC. RGB value is (98,103,204). Sum of RGB (Red+Green+Blue) = 98+103+204=405 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.20% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #6267CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6267CC is #9D9833. Grayscale: #707070. Windows color (decimal): -10328116 or 13395810. OLE color: 13395810.

HSL color Cylindrical-coordinate representation of color #6267CC: hue angle of 237.17º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6267CC is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB98103204-
CMYK0.520.5000.2
HSL237.17º50.96%59.22%-
HSV(B)237.17º51.96%80%-
XYZ20.7916.6659.25-
YUV113.02179.34117.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 24.20%
GREEN value IS 103 (40.62% from 255) = 25.43%
BLUE value IS 204 (80.08% from 255) = 50.37%
R=24.20%
G=25.43%
B=50.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal981032040.520.5000.2237.1750.9659.22
Hex6267CC3432014ed333b
Octal14214731464620243556373
Binary110001011001111100110011010011001001010011101101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6267CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6267CC; }

 p { color: rgb(98,103,204); }

 H1.HeaderClassName
 {
   color: #6267CC;
 }
 .AnyTagClassName
 {
   color: #6267CC;
 }
</style>
background-color css

<style>
 a { background-color: #6267CC; }

 a { background-color: rgb(98,103,204); }

 div.DivClassName
 {
   background-color: #6267CC;
 }
 .BgClassName
 {
   background-color: #6267CC;
 }
</style>
border-color css

<style>
 span { border-color: #6267CC; }

 span { border-color: rgb(98,103,204); }

 td.TdClassName
 {
   border-color: #6267CC;
 }
 .TagClassName
 {
   border-color: #6267CC;
 }
</style>