Html Css Color HEX #6669CA Slate Blue

📋 copy color: '#6669CA'

red 102 ◦ green 105 ◦ blue 202

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

Shades of Slate Blue #6669CA

Tints of Slate Blue #6669CA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.67%

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

R = 24.94%
G = 25.67%
B = 49.39%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6669CA (or 0x6669CA) is known color: Slate Blue. HEX triplet: 66, 69 and CA. RGB value is (102,105,202). Sum of RGB (Red+Green+Blue) = 102+105+202=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #6669CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6669CA is #999635. Grayscale: #727272. Windows color (decimal): -10065462 or 13265254. OLE color: 13265254.

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

Color convert

RGB 102 105 202 -
CMYK 0.50 0.48 0 0.21
HSL 238.2º 0.49% 0.6% -
HSV(B) 238.2º 0.5% 0.79% -
XYZ 21.19 17.19 58.08 -
YUV 115.16 177.01 118.61 -
System Red Green Blue C M Y K H S L
Decimal 102 105 202 0.50 0.48 0 0.21 238.2 0.49 0.6
Hex 66 69 CA 32 30 0 15 EE 31 3C
Octal 146 151 312 62 60 0 25 356 61 74
Binary 1100110 1101001 11001010 110010 110000 0 10101 11101110 110001 111100

Color Harmonies of #6669CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6669CA

Black with #6669CA

Text Example


Text Example

White with #6669CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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