Html Css Color HEX #6266CE Slate Blue

📋 copy color: '#6266CE'

red 98 ◦ green 102 ◦ blue 206

#6266CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #6266CE

Tints of Slate Blue #6266CE

RGB

 RED value IS 98 (38.67% from 255) = 24.14%

 GREEN value IS 102 (40.23% from 255) = 25.12%

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 24.14%
G = 25.12%
B = 50.74%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6266CE (or 0x6266CE) is known color: Slate Blue. HEX triplet: 62, 66 and CE. RGB value is (98,102,206). Sum of RGB (Red+Green+Blue) = 98+102+206=406 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.14% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #6266CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6266CE is #9D9931. Grayscale: #707070. Windows color (decimal): -10328370 or 13526626. OLE color: 13526626.

HSL color Cylindrical-coordinate representation of color #6266CE: hue angle of 237.78º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6266CE is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 102 206 -
CMYK 0.52 0.50 0 0.19
HSL 237.78º 0.52% 0.6% -
HSV(B) 237.78º 0.52% 0.81% -
XYZ 20.93 16.56 60.49 -
YUV 112.66 180.67 117.54 -
System Red Green Blue C M Y K H S L
Decimal 98 102 206 0.52 0.50 0 0.19 237.78 0.52 0.6
Hex 62 66 CE 34 32 0 13 EE 34 3C
Octal 142 146 316 64 62 0 23 356 64 74
Binary 1100010 1100110 11001110 110100 110010 0 10011 11101110 110100 111100

Color Harmonies of #6266CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6266CE

Black with #6266CE

Text Example


Text Example

White with #6266CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6266CE;
 }
 .AnyTagClassName
 {
   color: #6266CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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