#6770DA

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

Shades of Slate Blue #6770DA

Tints of Slate Blue #6770DA

Color information

#6770DA (or 0x6770DA) is unknown color: approx Slate Blue. HEX triplet: 67, 70 and DA. RGB value is (103,112,218). Sum of RGB (Red+Green+Blue) = 103+112+218=433 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.79% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #6770DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6770DA is #988F25. Grayscale: #787878. Windows color (decimal): -9998118 or 14315623. OLE color: 14315623.

HSL color Cylindrical-coordinate representation of color #6770DA: hue angle of 235.3º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6770DA is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB103112218-
CMYK0.530.4900.15
HSL235.3º60.85%62.94%-
HSV(B)235.3º52.75%85.49%-
XYZ24.0419.5368.83-
YUV121.39182.52114.88-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.79%
GREEN value IS 112 (44.14% from 255) = 25.87%
BLUE value IS 218 (85.55% from 255) = 50.35%
R=23.79%
G=25.87%
B=50.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1031122180.530.4900.15235.360.8562.94
Hex6770DA35310Feb3d3f
Octal14716033265610173537577
Binary11001111110000110110101101011100010111111101011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6770DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6770DA; }

 p { color: rgb(103,112,218); }

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

<style>
 a { background-color: #6770DA; }

 a { background-color: rgb(103,112,218); }

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

<style>
 span { border-color: #6770DA; }

 span { border-color: rgb(103,112,218); }

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