Html Css Color HEX #6665CD Slate Blue

📋 copy color: '#6665CD'

red 102 ◦ green 101 ◦ blue 205

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

Shades of Slate Blue #6665CD

Tints of Slate Blue #6665CD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.75%

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

R = 25%
G = 24.75%
B = 50.25%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6665CD (or 0x6665CD) is known color: Slate Blue. HEX triplet: 66, 65 and CD. RGB value is (102,101,205). Sum of RGB (Red+Green+Blue) = 102+101+205=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #6665CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6665CD is #999A32. Grayscale: #707070. Windows color (decimal): -10066483 or 13460838. OLE color: 13460838.

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

Color convert

RGB 102 101 205 -
CMYK 0.50 0.51 0 0.20
HSL 240.58º 0.51% 0.6% -
HSV(B) 240.58º 0.51% 0.8% -
XYZ 21.15 16.54 59.84 -
YUV 113.16 179.83 120.04 -
System Red Green Blue C M Y K H S L
Decimal 102 101 205 0.50 0.51 0 0.20 240.58 0.51 0.6
Hex 66 65 CD 32 33 0 14 F1 33 3C
Octal 146 145 315 62 63 0 24 361 63 74
Binary 1100110 1100101 11001101 110010 110011 0 10100 11110001 110011 111100

Color Harmonies of #6665CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6665CD

Black with #6665CD

Text Example


Text Example

White with #6665CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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