Html Css Color HEX #6266CC Slate Blue

📋 copy color: '#6266CC'

red 98 ◦ green 102 ◦ blue 204

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

Shades of Slate Blue #6266CC

Tints of Slate Blue #6266CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.5%

R = 24.26%
G = 25.25%
B = 50.5%

CMYK

 C value IS 0.52

 M value IS 0.5

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6266CC (or 0x6266CC) is known color: Slate Blue. HEX triplet: 62, 66 and CC. RGB value is (98,102,204). Sum of RGB (Red+Green+Blue) = 98+102+204=404 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.26% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #6266CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6266CC is #9D9933. Grayscale: #707070. Windows color (decimal): -10328372 or 13395554. OLE color: 13395554.

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

Color convert

RGB 98 102 204 -
CMYK 0.52 0.5 0 0.2
HSL 237.74º 0.51% 0.59% -
HSV(B) 237.74º 0.52% 0.8% -
XYZ 20.69 16.46 59.21 -
YUV 112.43 179.67 117.71 -
System Red Green Blue C M Y K H S L
Decimal 98 102 204 0.52 0.5 0 0.2 237.74 0.51 0.59
Hex 62 66 CC 34 32 0 14 EE 33 3B
Octal 142 146 314 64 62 0 24 356 63 73
Binary 1100010 1100110 11001100 110100 110010 0 10100 11101110 110011 111011

Color Harmonies of #6266CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6266CC

Black with #6266CC

Text Example


Text Example

White with #6266CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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