Html Css Color HEX #665EC9 Slate Blue

📋 copy color: '#665EC9'

red 102 ◦ green 94 ◦ blue 201

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

Shades of Slate Blue #665EC9

Tints of Slate Blue #665EC9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.68%

 BLUE value IS 201 (78.91% from 255) = 50.63%

R = 25.69%
G = 23.68%
B = 50.63%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#665EC9 (or 0x665EC9) is known color: Slate Blue. HEX triplet: 66, 5E and C9. RGB value is (102,94,201). Sum of RGB (Red+Green+Blue) = 102+94+201=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #665EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665EC9 is #99A136. Grayscale: #6C6C6C. Windows color (decimal): -10068279 or 13196902. OLE color: 13196902.

HSL color Cylindrical-coordinate representation of color #665EC9: hue angle of 244.49º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #665EC9 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 94 201 -
CMYK 0.49 0.53 0 0.21
HSL 244.49º 0.5% 0.58% -
HSV(B) 244.49º 0.53% 0.79% -
XYZ 20.02 15.05 57.11 -
YUV 108.59 180.15 123.3 -
System Red Green Blue C M Y K H S L
Decimal 102 94 201 0.49 0.53 0 0.21 244.49 0.5 0.58
Hex 66 5E C9 31 35 0 15 F4 32 3A
Octal 146 136 311 61 65 0 25 364 62 72
Binary 1100110 1011110 11001001 110001 110101 0 10101 11110100 110010 111010

Color Harmonies of #665EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665EC9

Black with #665EC9

Text Example


Text Example

White with #665EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,94,201); }

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

background-color css

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

 a { background-color: rgb(102,94,201); }

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

border-color css

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

 span { border-color: rgb(102,94,201); }

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