#664FCA

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

Shades of Slate Blue #664FCA

Tints of Slate Blue #664FCA

Color information

#664FCA (or 0x664FCA) is unknown color: approx Slate Blue. HEX triplet: 66, 4F and CA. RGB value is (102,79,202). Sum of RGB (Red+Green+Blue) = 102+79+202=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #664FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664FCA is #99B035. Grayscale: #636363. Windows color (decimal): -10072118 or 13258598. OLE color: 13258598.

HSL color Cylindrical-coordinate representation of color #664FCA: hue angle of 251.22º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #664FCA is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10279202-
CMYK0.500.6100.21
HSL251.22º53.71%55.1%-
HSV(B)251.22º60.89%79.22%-
XYZ18.9412.6857.33-
YUV99.9185.62129.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.63%
GREEN value IS 79 (31.25% from 255) = 20.63%
BLUE value IS 202 (79.30% from 255) = 52.74%
R=26.63%
G=20.63%
B=52.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102792020.500.6100.21251.2253.7155.1
Hex664FCA323D015fb3637
Octal14611731262750253736667
Binary110011010011111100101011001011110101010111111011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664FCA; }

 p { color: rgb(102,79,202); }

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

<style>
 a { background-color: #664FCA; }

 a { background-color: rgb(102,79,202); }

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

<style>
 span { border-color: #664FCA; }

 span { border-color: rgb(102,79,202); }

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