Html Css Color HEX #665CDC Slate Blue

📋 copy color: '#665CDC'

red 102 ◦ green 92 ◦ blue 220

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

Shades of Slate Blue #665CDC

Tints of Slate Blue #665CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.22%

 BLUE value IS 220 (86.33% from 255) = 53.14%

R = 24.64%
G = 22.22%
B = 53.14%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#665CDC (or 0x665CDC) is known color: Slate Blue. HEX triplet: 66, 5C and DC. RGB value is (102,92,220). Sum of RGB (Red+Green+Blue) = 102+92+220=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #665CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665CDC is #99A323. Grayscale: #6D6D6D. Windows color (decimal): -10068772 or 14441574. OLE color: 14441574.

HSL color Cylindrical-coordinate representation of color #665CDC: hue angle of 244.69º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #665CDC is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 92 220 -
CMYK 0.54 0.58 0 0.14
HSL 244.69º 0.65% 0.61% -
HSV(B) 244.69º 0.58% 0.86% -
XYZ 22.22 15.65 69.56 -
YUV 109.58 190.31 122.59 -
System Red Green Blue C M Y K H S L
Decimal 102 92 220 0.54 0.58 0 0.14 244.69 0.65 0.61
Hex 66 5C DC 36 3A 0 E F5 41 3D
Octal 146 134 334 66 72 0 16 365 101 75
Binary 1100110 1011100 11011100 110110 111010 0 1110 11110101 1000001 111101

Color Harmonies of #665CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665CDC

Black with #665CDC

Text Example


Text Example

White with #665CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,92,220); }

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

background-color css

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

 a { background-color: rgb(102,92,220); }

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

border-color css

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

 span { border-color: rgb(102,92,220); }

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