Html Css Color HEX #665ED0 Slate Blue

📋 copy color: '#665ED0'

red 102 ◦ green 94 ◦ blue 208

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

Shades of Slate Blue #665ED0

Tints of Slate Blue #665ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 51.49%

R = 25.25%
G = 23.27%
B = 51.49%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#665ED0 (or 0x665ED0) is known color: Slate Blue. HEX triplet: 66, 5E and D0. RGB value is (102,94,208). Sum of RGB (Red+Green+Blue) = 102+94+208=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 208 (81.64% from 255 or 51.49% from 404); Max value from RGB is 208 - color contains mainly: blue. Hex color #665ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665ED0 is #99A12F. Grayscale: #6C6C6C. Windows color (decimal): -10068272 or 13655654. OLE color: 13655654.

HSL color Cylindrical-coordinate representation of color #665ED0: hue angle of 244.21º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #665ED0 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 94 208 -
CMYK 0.51 0.55 0 0.18
HSL 244.21º 0.55% 0.59% -
HSV(B) 244.21º 0.55% 0.82% -
XYZ 20.87 15.38 61.54 -
YUV 109.39 183.65 122.73 -
System Red Green Blue C M Y K H S L
Decimal 102 94 208 0.51 0.55 0 0.18 244.21 0.55 0.59
Hex 66 5E D0 33 37 0 12 F4 37 3B
Octal 146 136 320 63 67 0 22 364 67 73
Binary 1100110 1011110 11010000 110011 110111 0 10010 11110100 110111 111011

Color Harmonies of #665ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665ED0

Black with #665ED0

Text Example


Text Example

White with #665ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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