Html Css Color HEX #6668CA Slate Blue

📋 copy color: '#6668CA'

red 102 ◦ green 104 ◦ blue 202

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

Shades of Slate Blue #6668CA

Tints of Slate Blue #6668CA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.49%

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

R = 25%
G = 25.49%
B = 49.51%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6668CA (or 0x6668CA) is known color: Slate Blue. HEX triplet: 66, 68 and CA. RGB value is (102,104,202). Sum of RGB (Red+Green+Blue) = 102+104+202=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #6668CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6668CA is #999735. Grayscale: #727272. Windows color (decimal): -10065718 or 13264998. OLE color: 13264998.

HSL color Cylindrical-coordinate representation of color #6668CA: hue angle of 238.8º 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 #6668CA is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 104 202 -
CMYK 0.50 0.49 0 0.21
HSL 238.8º 0.49% 0.6% -
HSV(B) 238.8º 0.5% 0.79% -
XYZ 21.09 16.99 58.04 -
YUV 114.57 177.34 119.03 -
System Red Green Blue C M Y K H S L
Decimal 102 104 202 0.50 0.49 0 0.21 238.8 0.49 0.6
Hex 66 68 CA 32 31 0 15 EF 31 3C
Octal 146 150 312 62 61 0 25 357 61 74
Binary 1100110 1101000 11001010 110010 110001 0 10101 11101111 110001 111100

Color Harmonies of #6668CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6668CA

Black with #6668CA

Text Example


Text Example

White with #6668CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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