Html Css Color HEX #665FDE Slate Blue

📋 copy color: '#665FDE'

red 102 ◦ green 95 ◦ blue 222

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

Shades of Slate Blue #665FDE

Tints of Slate Blue #665FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.98%

R = 24.34%
G = 22.67%
B = 52.98%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#665FDE (or 0x665FDE) is known color: Slate Blue. HEX triplet: 66, 5F and DE. RGB value is (102,95,222). Sum of RGB (Red+Green+Blue) = 102+95+222=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #665FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665FDE is #99A021. Grayscale: #6F6F6F. Windows color (decimal): -10068002 or 14573414. OLE color: 14573414.

HSL color Cylindrical-coordinate representation of color #665FDE: hue angle of 243.31º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #665FDE is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 95 222 -
CMYK 0.54 0.57 0 0.13
HSL 243.31º 0.66% 0.62% -
HSV(B) 243.31º 0.57% 0.87% -
XYZ 22.76 16.28 71.05 -
YUV 111.57 190.32 121.17 -
System Red Green Blue C M Y K H S L
Decimal 102 95 222 0.54 0.57 0 0.13 243.31 0.66 0.62
Hex 66 5F DE 36 39 0 D F3 42 3E
Octal 146 137 336 66 71 0 15 363 102 76
Binary 1100110 1011111 11011110 110110 111001 0 1101 11110011 1000010 111110

Color Harmonies of #665FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665FDE

Black with #665FDE

Text Example


Text Example

White with #665FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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