Html Css Color HEX #665FCD Slate Blue

📋 copy color: '#665FCD'

red 102 ◦ green 95 ◦ blue 205

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

Shades of Slate Blue #665FCD

Tints of Slate Blue #665FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.63%

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

R = 25.37%
G = 23.63%
B = 51%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#665FCD (or 0x665FCD) is known color: Slate Blue. HEX triplet: 66, 5F and CD. RGB value is (102,95,205). Sum of RGB (Red+Green+Blue) = 102+95+205=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #665FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665FCD is #99A032. Grayscale: #6D6D6D. Windows color (decimal): -10068019 or 13459302. OLE color: 13459302.

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

Color convert

RGB 102 95 205 -
CMYK 0.50 0.54 0 0.20
HSL 243.82º 0.52% 0.59% -
HSV(B) 243.82º 0.54% 0.8% -
XYZ 20.59 15.42 59.65 -
YUV 109.63 181.82 122.56 -
System Red Green Blue C M Y K H S L
Decimal 102 95 205 0.50 0.54 0 0.20 243.82 0.52 0.59
Hex 66 5F CD 32 36 0 14 F4 34 3B
Octal 146 137 315 62 66 0 24 364 64 73
Binary 1100110 1011111 11001101 110010 110110 0 10100 11110100 110100 111011

Color Harmonies of #665FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665FCD

Black with #665FCD

Text Example


Text Example

White with #665FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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