#6772DA

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

Shades of Slate Blue #6772DA

Tints of Slate Blue #6772DA

Color information

#6772DA (or 0x6772DA) is unknown color: approx Slate Blue. HEX triplet: 67, 72 and DA. RGB value is (103,114,218). Sum of RGB (Red+Green+Blue) = 103+114+218=435 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.68% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #6772DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6772DA is #988D25. Grayscale: #7A7A7A. Windows color (decimal): -9997606 or 14316135. OLE color: 14316135.

HSL color Cylindrical-coordinate representation of color #6772DA: hue angle of 234.26º 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 #6772DA is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB103114218-
CMYK0.530.4800.15
HSL234.26º60.85%62.94%-
HSV(B)234.26º52.75%85.49%-
XYZ24.2719.9868.91-
YUV122.57181.86114.04-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.68%
GREEN value IS 114 (44.92% from 255) = 26.21%
BLUE value IS 218 (85.55% from 255) = 50.11%
R=23.68%
G=26.21%
B=50.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1031142180.530.4800.15234.2660.8562.94
Hex6772DA35300Fea3d3f
Octal14716233265600173527577
Binary11001111110010110110101101011100000111111101010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6772DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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