Html Css Color HEX #665CCD Slate Blue

📋 copy color: '#665CCD'

red 102 ◦ green 92 ◦ blue 205

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

Shades of Slate Blue #665CCD

Tints of Slate Blue #665CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.38%

R = 25.56%
G = 23.06%
B = 51.38%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#665CCD (or 0x665CCD) is known color: Slate Blue. HEX triplet: 66, 5C and CD. RGB value is (102,92,205). Sum of RGB (Red+Green+Blue) = 102+92+205=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #665CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665CCD is #99A332. Grayscale: #6B6B6B. Windows color (decimal): -10068787 or 13458534. OLE color: 13458534.

HSL color Cylindrical-coordinate representation of color #665CCD: hue angle of 245.31º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #665CCD is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 92 205 -
CMYK 0.50 0.55 0 0.20
HSL 245.31º 0.53% 0.58% -
HSV(B) 245.31º 0.55% 0.8% -
XYZ 20.33 14.89 59.56 -
YUV 107.87 182.81 123.81 -
System Red Green Blue C M Y K H S L
Decimal 102 92 205 0.50 0.55 0 0.20 245.31 0.53 0.58
Hex 66 5C CD 32 37 0 14 F5 35 3A
Octal 146 134 315 62 67 0 24 365 65 72
Binary 1100110 1011100 11001101 110010 110111 0 10100 11110101 110101 111010

Color Harmonies of #665CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665CCD

Black with #665CCD

Text Example


Text Example

White with #665CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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