#665ACB

Color #665ACB Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #665ACB

Tints of Slate Blue #665ACB

Color information

#665ACB (or 0x665ACB) is unknown color: approx Slate Blue. HEX triplet: 66, 5A and CB. RGB value is (102,90,203). Sum of RGB (Red+Green+Blue) = 102+90+203=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #665ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665ACB is #99A534. Grayscale: #6A6A6A. Windows color (decimal): -10069301 or 13326950. OLE color: 13326950.

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

Color convert

RGB10290203-
CMYK0.500.5600.20
HSL246.37º52.07%57.45%-
HSV(B)246.37º55.67%79.61%-
XYZ19.9214.4558.24-
YUV106.47182.48124.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.82%
GREEN value IS 90 (35.55% from 255) = 22.78%
BLUE value IS 203 (79.69% from 255) = 51.39%
R=25.82%
G=22.78%
B=51.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal102902030.500.5600.20246.3752.0757.45
Hex665ACB3238014f63439
Octal14613231362700243666471
Binary110011010110101100101111001011100001010011110110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,90,203); }

 H1.HeaderClassName
 {
   color: #665ACB;
 }
 .AnyTagClassName
 {
   color: #665ACB;
 }
</style>
background-color css

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

 a { background-color: rgb(102,90,203); }

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

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

 span { border-color: rgb(102,90,203); }

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