Html Css Color HEX #665CDE Slate Blue

📋 copy color: '#665CDE'

red 102 ◦ green 92 ◦ blue 222

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

Shades of Slate Blue #665CDE

Tints of Slate Blue #665CDE

RGB

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

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

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

R = 24.52%
G = 22.12%
B = 53.37%

CMYK

 C value IS 0.54

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#665CDE (or 0x665CDE) is known color: Slate Blue. HEX triplet: 66, 5C and DE. RGB value is (102,92,222). Sum of RGB (Red+Green+Blue) = 102+92+222=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #665CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665CDE is #99A321. Grayscale: #6D6D6D. Windows color (decimal): -10068770 or 14572646. OLE color: 14572646.

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

Color convert

RGB 102 92 222 -
CMYK 0.54 0.59 0 0.13
HSL 244.62º 0.66% 0.62% -
HSV(B) 244.62º 0.59% 0.87% -
XYZ 22.49 15.75 70.96 -
YUV 109.81 191.31 122.43 -
System Red Green Blue C M Y K H S L
Decimal 102 92 222 0.54 0.59 0 0.13 244.62 0.66 0.62
Hex 66 5C DE 36 3B 0 D F5 42 3E
Octal 146 134 336 66 73 0 15 365 102 76
Binary 1100110 1011100 11011110 110110 111011 0 1101 11110101 1000010 111110

Color Harmonies of #665CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665CDE

Black with #665CDE

Text Example


Text Example

White with #665CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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