Html Css Color HEX #6668CD Slate Blue

📋 copy color: '#6668CD'

red 102 ◦ green 104 ◦ blue 205

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

Shades of Slate Blue #6668CD

Tints of Slate Blue #6668CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.88%

R = 24.82%
G = 25.3%
B = 49.88%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6668CD (or 0x6668CD) is known color: Slate Blue. HEX triplet: 66, 68 and CD. RGB value is (102,104,205). Sum of RGB (Red+Green+Blue) = 102+104+205=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #6668CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6668CD is #999732. Grayscale: #727272. Windows color (decimal): -10065715 or 13461606. OLE color: 13461606.

HSL color Cylindrical-coordinate representation of color #6668CD: hue angle of 238.83º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6668CD is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 104 205 -
CMYK 0.50 0.49 0 0.20
HSL 238.83º 0.51% 0.6% -
HSV(B) 238.83º 0.5% 0.8% -
XYZ 21.45 17.13 59.93 -
YUV 114.92 178.84 118.79 -
System Red Green Blue C M Y K H S L
Decimal 102 104 205 0.50 0.49 0 0.20 238.83 0.51 0.6
Hex 66 68 CD 32 31 0 14 EF 33 3C
Octal 146 150 315 62 61 0 24 357 63 74
Binary 1100110 1101000 11001101 110010 110001 0 10100 11101111 110011 111100

Color Harmonies of #6668CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6668CD

Black with #6668CD

Text Example


Text Example

White with #6668CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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