Html Css Color HEX #6662CA Slate Blue

📋 copy color: '#6662CA'

red 102 ◦ green 98 ◦ blue 202

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

Shades of Slate Blue #6662CA

Tints of Slate Blue #6662CA

RGB

 RED value IS 102 (40.23% from 255) = 25.37%

 GREEN value IS 98 (38.67% from 255) = 24.38%

 BLUE value IS 202 (79.3% from 255) = 50.25%

R = 25.37%
G = 24.38%
B = 50.25%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6662CA (or 0x6662CA) is known color: Slate Blue. HEX triplet: 66, 62 and CA. RGB value is (102,98,202). Sum of RGB (Red+Green+Blue) = 102+98+202=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #6662CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6662CA is #999D35. Grayscale: #6E6E6E. Windows color (decimal): -10067254 or 13263462. OLE color: 13263462.

HSL color Cylindrical-coordinate representation of color #6662CA: hue angle of 242.31º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6662CA is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 98 202 -
CMYK 0.50 0.51 0 0.21
HSL 242.31º 0.5% 0.59% -
HSV(B) 242.31º 0.51% 0.79% -
XYZ 20.51 15.82 57.85 -
YUV 111.05 179.33 121.54 -
System Red Green Blue C M Y K H S L
Decimal 102 98 202 0.50 0.51 0 0.21 242.31 0.5 0.59
Hex 66 62 CA 32 33 0 15 F2 32 3B
Octal 146 142 312 62 63 0 25 362 62 73
Binary 1100110 1100010 11001010 110010 110011 0 10101 11110010 110010 111011

Color Harmonies of #6662CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6662CA

Black with #6662CA

Text Example


Text Example

White with #6662CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6662CA; }

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

 H1.HeaderClassName
 {
   color: #6662CA;
 }
 .AnyTagClassName
 {
   color: #6662CA;
 }
</style>

background-color css

<style>
 a { background-color: #6662CA; }

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

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

border-color css

<style>
 span { border-color: #6662CA; }

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

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