Html Css Color HEX #665BD5 Slate Blue

📋 copy color: '#665BD5'

red 102 ◦ green 91 ◦ blue 213

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

Shades of Slate Blue #665BD5

Tints of Slate Blue #665BD5

RGB

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

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

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

R = 25.12%
G = 22.41%
B = 52.46%

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

#665BD5 (or 0x665BD5) is known color: Slate Blue. HEX triplet: 66, 5B and D5. RGB value is (102,91,213). Sum of RGB (Red+Green+Blue) = 102+91+213=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 213 (83.59% from 255 or 52.46% from 406); Max value from RGB is 213 - color contains mainly: blue. Hex color #665BD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665BD5 is #99A42A. Grayscale: #6B6B6B. Windows color (decimal): -10069035 or 13982566. OLE color: 13982566.

HSL color Cylindrical-coordinate representation of color #665BD5: hue angle of 245.41º 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 #665BD5 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 91 213 -
CMYK 0.52 0.57 0 0.16
HSL 245.41º 0.59% 0.6% -
HSV(B) 245.41º 0.57% 0.84% -
XYZ 21.23 15.11 64.75 -
YUV 108.2 187.14 123.58 -
System Red Green Blue C M Y K H S L
Decimal 102 91 213 0.52 0.57 0 0.16 245.41 0.59 0.6
Hex 66 5B D5 34 39 0 10 F5 3B 3C
Octal 146 133 325 64 71 0 20 365 73 74
Binary 1100110 1011011 11010101 110100 111001 0 10000 11110101 111011 111100

Color Harmonies of #665BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665BD5

Black with #665BD5

Text Example


Text Example

White with #665BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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