#6B87C8

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

Shades of Danube #6B87C8

Tints of Danube #6B87C8

Color information

#6B87C8 (or 0x6B87C8) is unknown color: approx Danube. HEX triplet: 6B, 87 and C8. RGB value is (107,135,200). Sum of RGB (Red+Green+Blue) = 107+135+200=442 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.21% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 200 (78.52% from 255 or 45.25% from 442); Max value from RGB is 200 - color contains mainly: blue. Hex color #6B87C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B87C8 is #947837. Grayscale: #858585. Windows color (decimal): -9730104 or 13141867. OLE color: 13141867.

HSL color Cylindrical-coordinate representation of color #6B87C8: hue angle of 221.94º 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 #6B87C8 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB107135200-
CMYK0.460.3200.22
HSL221.94º45.81%60.2%-
HSV(B)221.94º46.5%78.43%-
XYZ25.1524.6258.07-
YUV134.04165.22108.71-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.21%
GREEN value IS 135 (53.12% from 255) = 30.54%
BLUE value IS 200 (78.52% from 255) = 45.25%
R=24.21%
G=30.54%
B=45.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1071352000.460.3200.22221.9445.8160.2
Hex6B87C82E20016de2e3c
Octal15320731056400263365674
Binary1101011100001111100100010111010000001011011011110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B87C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B87C8; }

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

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

<style>
 a { background-color: #6B87C8; }

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

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

<style>
 span { border-color: #6B87C8; }

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

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