Html Css Color HEX #665DC0 Slate Blue

📋 copy color: '#665DC0'

red 102 ◦ green 93 ◦ blue 192

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

Shades of Slate Blue #665DC0

Tints of Slate Blue #665DC0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.03%

 BLUE value IS 192 (75.39% from 255) = 49.61%

R = 26.36%
G = 24.03%
B = 49.61%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#665DC0 (or 0x665DC0) is known color: Slate Blue. HEX triplet: 66, 5D and C0. RGB value is (102,93,192). Sum of RGB (Red+Green+Blue) = 102+93+192=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #665DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665DC0 is #99A23F. Grayscale: #6A6A6A. Windows color (decimal): -10068544 or 12606822. OLE color: 12606822.

HSL color Cylindrical-coordinate representation of color #665DC0: hue angle of 245.45º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #665DC0 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 93 192 -
CMYK 0.47 0.52 0 0.25
HSL 245.45º 0.44% 0.56% -
HSV(B) 245.45º 0.52% 0.75% -
XYZ 18.91 14.46 51.66 -
YUV 106.98 175.98 124.45 -
System Red Green Blue C M Y K H S L
Decimal 102 93 192 0.47 0.52 0 0.25 245.45 0.44 0.56
Hex 66 5D C0 2F 34 0 19 F5 2C 38
Octal 146 135 300 57 64 0 31 365 54 70
Binary 1100110 1011101 11000000 101111 110100 0 11001 11110101 101100 111000

Color Harmonies of #665DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665DC0

Black with #665DC0

Text Example


Text Example

White with #665DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,93,192); }

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

background-color css

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

 a { background-color: rgb(102,93,192); }

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

border-color css

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

 span { border-color: rgb(102,93,192); }

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