Html Css Color HEX #665BCD Slate Blue

📋 copy color: '#665BCD'

red 102 ◦ green 91 ◦ blue 205

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

Shades of Slate Blue #665BCD

Tints of Slate Blue #665BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.86%

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

R = 25.63%
G = 22.86%
B = 51.51%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#665BCD (or 0x665BCD) is known color: Slate Blue. HEX triplet: 66, 5B and CD. RGB value is (102,91,205). Sum of RGB (Red+Green+Blue) = 102+91+205=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #665BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665BCD is #99A432. Grayscale: #6A6A6A. Windows color (decimal): -10069043 or 13458278. OLE color: 13458278.

HSL color Cylindrical-coordinate representation of color #665BCD: hue angle of 245.79º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #665BCD is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 91 205 -
CMYK 0.50 0.56 0 0.20
HSL 245.79º 0.53% 0.58% -
HSV(B) 245.79º 0.56% 0.8% -
XYZ 20.24 14.71 59.53 -
YUV 107.29 183.14 124.23 -
System Red Green Blue C M Y K H S L
Decimal 102 91 205 0.50 0.56 0 0.20 245.79 0.53 0.58
Hex 66 5B CD 32 38 0 14 F6 35 3A
Octal 146 133 315 62 70 0 24 366 65 72
Binary 1100110 1011011 11001101 110010 111000 0 10100 11110110 110101 111010

Color Harmonies of #665BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665BCD

Black with #665BCD

Text Example


Text Example

White with #665BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665BCD; }

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

 H1.HeaderClassName
 {
   color: #665BCD;
 }
 .AnyTagClassName
 {
   color: #665BCD;
 }
</style>

background-color css

<style>
 a { background-color: #665BCD; }

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

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

border-color css

<style>
 span { border-color: #665BCD; }

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

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