Html Css Color HEX #665DC6 Slate Blue

📋 copy color: '#665DC6'

red 102 ◦ green 93 ◦ blue 198

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

Shades of Slate Blue #665DC6

Tints of Slate Blue #665DC6

RGB

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

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

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

R = 25.95%
G = 23.66%
B = 50.38%

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

#665DC6 (or 0x665DC6) is known color: Slate Blue. HEX triplet: 66, 5D and C6. RGB value is (102,93,198). Sum of RGB (Red+Green+Blue) = 102+93+198=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 198 (77.73% from 255 or 50.38% from 393); Max value from RGB is 198 - color contains mainly: blue. Hex color #665DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665DC6 is #99A239. Grayscale: #6B6B6B. Windows color (decimal): -10068538 or 13000038. OLE color: 13000038.

HSL color Cylindrical-coordinate representation of color #665DC6: hue angle of 245.14º 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 #665DC6 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 93 198 -
CMYK 0.48 0.53 0 0.22
HSL 245.14º 0.48% 0.57% -
HSV(B) 245.14º 0.53% 0.78% -
XYZ 19.59 14.73 55.24 -
YUV 107.66 178.98 123.96 -
System Red Green Blue C M Y K H S L
Decimal 102 93 198 0.48 0.53 0 0.22 245.14 0.48 0.57
Hex 66 5D C6 30 35 0 16 F5 30 39
Octal 146 135 306 60 65 0 26 365 60 71
Binary 1100110 1011101 11000110 110000 110101 0 10110 11110101 110000 111001

Color Harmonies of #665DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665DC6

Black with #665DC6

Text Example


Text Example

White with #665DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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