#6670D6

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

Shades of Slate Blue #6670D6

Tints of Slate Blue #6670D6

Color information

#6670D6 (or 0x6670D6) is unknown color: approx Slate Blue. HEX triplet: 66, 70 and D6. RGB value is (102,112,214). Sum of RGB (Red+Green+Blue) = 102+112+214=428 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.83% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 214 (83.98% from 255 or 50% from 428); Max value from RGB is 214 - color contains mainly: blue. Hex color #6670D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6670D6 is #998F29. Grayscale: #787878. Windows color (decimal): -10063658 or 14053478. OLE color: 14053478.

HSL color Cylindrical-coordinate representation of color #6670D6: hue angle of 234.64º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6670D6 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB102112214-
CMYK0.520.4800.16
HSL234.64º57.73%61.96%-
HSV(B)234.64º52.34%83.92%-
XYZ23.4119.2766.1-
YUV120.64180.69114.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.83%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 214 (83.98% from 255) = 50%
R=23.83%
G=26.17%
B=50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1021122140.520.4800.16234.6457.7361.96
Hex6670D63430010eb3a3e
Octal14616032664600203537276
Binary110011011100001101011011010011000001000011101011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6670D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6670D6; }

 p { color: rgb(102,112,214); }

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

<style>
 a { background-color: #6670D6; }

 a { background-color: rgb(102,112,214); }

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

<style>
 span { border-color: #6670D6; }

 span { border-color: rgb(102,112,214); }

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