#6887cf

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

Shades of Danube #6887CF

Tints of Danube #6887CF

Color information

#6887CF (or 0x6887CF) is unknown color: approx Danube. HEX triplet: 68, 87 and CF. RGB value is (104,135,207). Sum of RGB (Red+Green+Blue) = 104+135+207=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #6887CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6887CF is #977830. Grayscale: #858585. Windows color (decimal): -9926705 or 13600616. OLE color: 13600616.

HSL color Cylindrical-coordinate representation of color #6887CF: hue angle of 221.94º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6887CF is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB104135207-
CMYK0.500.3500.19
HSL221.94º51.76%60.98%-
HSV(B)221.94º49.76%81.18%-
XYZ25.6424.7862.46-
YUV133.94169.23106.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.32%
GREEN value IS 135 (53.12% from 255) = 30.27%
BLUE value IS 207 (81.25% from 255) = 46.41%
R=23.32%
G=30.27%
B=46.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1041352070.500.3500.19221.9451.7660.98
Hex6887CF3223013de343d
Octal15020731762430233366475
Binary1101000100001111100111111001010001101001111011110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6887cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6887cf; }

 p { color: rgb(104,135,207); }

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

<style>
 a { background-color: #6887cf; }

 a { background-color: rgb(104,135,207); }

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

<style>
 span { border-color: #6887cf; }

 span { border-color: rgb(104,135,207); }

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