#6661C4

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

Shades of Slate Blue #6661C4

Tints of Slate Blue #6661C4

Color information

#6661C4 (or 0x6661C4) is unknown color: approx Slate Blue. HEX triplet: 66, 61 and C4. RGB value is (102,97,196). Sum of RGB (Red+Green+Blue) = 102+97+196=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 196 (76.95% from 255 or 49.62% from 395); Max value from RGB is 196 - color contains mainly: blue. Hex color #6661C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6661C4 is #999E3B. Grayscale: #6D6D6D. Windows color (decimal): -10067516 or 12869990. OLE color: 12869990.

HSL color Cylindrical-coordinate representation of color #6661C4: hue angle of 243.03º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6661C4 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10297196-
CMYK0.480.5100.23
HSL243.03º45.62%57.45%-
HSV(B)243.03º50.51%76.86%-
XYZ19.7215.3654.15-
YUV109.78176.66122.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.82%
GREEN value IS 97 (38.28% from 255) = 24.56%
BLUE value IS 196 (76.95% from 255) = 49.62%
R=25.82%
G=24.56%
B=49.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal102971960.480.5100.23243.0345.6257.45
Hex6661C43033017f32e39
Octal14614130460630273635671
Binary110011011000011100010011000011001101011111110011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6661C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6661C4; }

 p { color: rgb(102,97,196); }

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

<style>
 a { background-color: #6661C4; }

 a { background-color: rgb(102,97,196); }

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

<style>
 span { border-color: #6661C4; }

 span { border-color: rgb(102,97,196); }

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