Html Css Color HEX #665EC6 Slate Blue

📋 copy color: '#665EC6'

red 102 ◦ green 94 ◦ blue 198

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

Shades of Slate Blue #665EC6

Tints of Slate Blue #665EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50.25%

R = 25.89%
G = 23.86%
B = 50.25%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#665EC6 (or 0x665EC6) is known color: Slate Blue. HEX triplet: 66, 5E and C6. RGB value is (102,94,198). Sum of RGB (Red+Green+Blue) = 102+94+198=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 198 (77.73% from 255 or 50.25% from 394); Max value from RGB is 198 - color contains mainly: blue. Hex color #665EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665EC6 is #99A139. Grayscale: #6B6B6B. Windows color (decimal): -10068282 or 13000294. OLE color: 13000294.

HSL color Cylindrical-coordinate representation of color #665EC6: hue angle of 244.62º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #665EC6 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 94 198 -
CMYK 0.48 0.53 0 0.22
HSL 244.62º 0.48% 0.57% -
HSV(B) 244.62º 0.53% 0.78% -
XYZ 19.68 14.91 55.27 -
YUV 108.25 178.65 123.54 -
System Red Green Blue C M Y K H S L
Decimal 102 94 198 0.48 0.53 0 0.22 244.62 0.48 0.57
Hex 66 5E C6 30 35 0 16 F5 30 39
Octal 146 136 306 60 65 0 26 365 60 71
Binary 1100110 1011110 11000110 110000 110101 0 10110 11110101 110000 111001

Color Harmonies of #665EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665EC6

Black with #665EC6

Text Example


Text Example

White with #665EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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