Html Css Color HEX #665CD5 Slate Blue

📋 copy color: '#665CD5'

red 102 ◦ green 92 ◦ blue 213

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

Shades of Slate Blue #665CD5

Tints of Slate Blue #665CD5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.6%

 BLUE value IS 213 (83.59% from 255) = 52.33%

R = 25.06%
G = 22.6%
B = 52.33%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#665CD5 (or 0x665CD5) is known color: Slate Blue. HEX triplet: 66, 5C and D5. RGB value is (102,92,213). Sum of RGB (Red+Green+Blue) = 102+92+213=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 213 (83.59% from 255 or 52.33% from 407); Max value from RGB is 213 - color contains mainly: blue. Hex color #665CD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665CD5 is #99A32A. Grayscale: #6C6C6C. Windows color (decimal): -10068779 or 13982822. OLE color: 13982822.

HSL color Cylindrical-coordinate representation of color #665CD5: hue angle of 244.96º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #665CD5 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 92 213 -
CMYK 0.52 0.57 0 0.16
HSL 244.96º 0.59% 0.6% -
HSV(B) 244.96º 0.57% 0.84% -
XYZ 21.32 15.28 64.78 -
YUV 108.78 186.81 123.16 -
System Red Green Blue C M Y K H S L
Decimal 102 92 213 0.52 0.57 0 0.16 244.96 0.59 0.6
Hex 66 5C D5 34 39 0 10 F5 3B 3C
Octal 146 134 325 64 71 0 20 365 73 74
Binary 1100110 1011100 11010101 110100 111001 0 10000 11110101 111011 111100

Color Harmonies of #665CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665CD5

Black with #665CD5

Text Example


Text Example

White with #665CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,92,213); }

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

background-color css

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

 a { background-color: rgb(102,92,213); }

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

border-color css

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

 span { border-color: rgb(102,92,213); }

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