Html Css Color HEX #665BD6 Slate Blue

📋 copy color: '#665BD6'

red 102 ◦ green 91 ◦ blue 214

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

Shades of Slate Blue #665BD6

Tints of Slate Blue #665BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 52.58%

R = 25.06%
G = 22.36%
B = 52.58%

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

#665BD6 (or 0x665BD6) is known color: Slate Blue. HEX triplet: 66, 5B and D6. RGB value is (102,91,214). Sum of RGB (Red+Green+Blue) = 102+91+214=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 214 (83.98% from 255 or 52.58% from 407); Max value from RGB is 214 - color contains mainly: blue. Hex color #665BD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665BD6 is #99A429. Grayscale: #6B6B6B. Windows color (decimal): -10069034 or 14048102. OLE color: 14048102.

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

Color convert

RGB 102 91 214 -
CMYK 0.52 0.57 0 0.16
HSL 245.37º 0.6% 0.6% -
HSV(B) 245.37º 0.57% 0.84% -
XYZ 21.36 15.16 65.42 -
YUV 108.31 187.64 123.5 -
System Red Green Blue C M Y K H S L
Decimal 102 91 214 0.52 0.57 0 0.16 245.37 0.6 0.6
Hex 66 5B D6 34 39 0 10 F5 3C 3C
Octal 146 133 326 64 71 0 20 365 74 74
Binary 1100110 1011011 11010110 110100 111001 0 10000 11110101 111100 111100

Color Harmonies of #665BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665BD6

Black with #665BD6

Text Example


Text Example

White with #665BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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