#6266CB

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

Shades of Slate Blue #6266CB

Tints of Slate Blue #6266CB

Color information

#6266CB (or 0x6266CB) is unknown color: approx Slate Blue. HEX triplet: 62, 66 and CB. RGB value is (98,102,203). Sum of RGB (Red+Green+Blue) = 98+102+203=403 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.32% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #6266CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6266CB is #9D9934. Grayscale: #6F6F6F. Windows color (decimal): -10328373 or 13330018. OLE color: 13330018.

HSL color Cylindrical-coordinate representation of color #6266CB: hue angle of 237.71º degrees, saturation: 0.5, 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 #6266CB is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB98102203-
CMYK0.520.5000.20
HSL237.71º50.24%59.02%-
HSV(B)237.71º51.72%79.61%-
XYZ20.5716.4158.58-
YUV112.32179.17117.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.32%
GREEN value IS 102 (40.23% from 255) = 25.31%
BLUE value IS 203 (79.69% from 255) = 50.37%
R=24.32%
G=25.31%
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.20
SystemRedGreenBlueCMYKHSL
Decimal981022030.520.5000.20237.7150.2459.02
Hex6266CB3432014ee323b
Octal14214631364620243566273
Binary110001011001101100101111010011001001010011101110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6266CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6266CB; }

 p { color: rgb(98,102,203); }

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

<style>
 a { background-color: #6266CB; }

 a { background-color: rgb(98,102,203); }

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

<style>
 span { border-color: #6266CB; }

 span { border-color: rgb(98,102,203); }

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