#6987C8

Color #6987C8 Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #6987C8

Tints of Danube #6987C8

Color information

#6987C8 (or 0x6987C8) is unknown color: approx Danube. HEX triplet: 69, 87 and C8. RGB value is (105,135,200). Sum of RGB (Red+Green+Blue) = 105+135+200=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 200 (78.52% from 255 or 45.45% from 440); Max value from RGB is 200 - color contains mainly: blue. Hex color #6987C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6987C8 is #967837. Grayscale: #858585. Windows color (decimal): -9861176 or 13141865. OLE color: 13141865.

HSL color Cylindrical-coordinate representation of color #6987C8: hue angle of 221.05º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6987C8 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB105135200-
CMYK0.480.3200.22
HSL221.05º46.34%59.8%-
HSV(B)221.05º47.5%78.43%-
XYZ24.9124.558.06-
YUV133.44165.56107.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.86%
GREEN value IS 135 (53.12% from 255) = 30.68%
BLUE value IS 200 (78.52% from 255) = 45.45%
R=23.86%
G=30.68%
B=45.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1051352000.480.3200.22221.0546.3459.8
Hex6987C83020016dd2e3c
Octal15120731060400263355674
Binary1101001100001111100100011000010000001011011011101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6987C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6987C8; }

 p { color: rgb(105,135,200); }

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

<style>
 a { background-color: #6987C8; }

 a { background-color: rgb(105,135,200); }

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

<style>
 span { border-color: #6987C8; }

 span { border-color: rgb(105,135,200); }

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