#6B8CCE

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

Shades of Danube #6B8CCE

Tints of Danube #6B8CCE

Color information

#6B8CCE (or 0x6B8CCE) is unknown color: approx Danube. HEX triplet: 6B, 8C and CE. RGB value is (107,140,206). Sum of RGB (Red+Green+Blue) = 107+140+206=453 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.62% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B8CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8CCE is #947331. Grayscale: #898989. Windows color (decimal): -9728818 or 13536363. OLE color: 13536363.

HSL color Cylindrical-coordinate representation of color #6B8CCE: hue angle of 220º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B8CCE is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB107140206-
CMYK0.480.3200.19
HSL220º50.25%61.37%-
HSV(B)220º48.06%80.78%-
XYZ26.5826.3462.08-
YUV137.66166.57106.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.62%
GREEN value IS 140 (55.08% from 255) = 30.91%
BLUE value IS 206 (80.86% from 255) = 45.47%
R=23.62%
G=30.91%
B=45.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1071402060.480.3200.1922050.2561.37
Hex6B8CCE3020013dc323d
Octal15321431660400233346275
Binary1101011100011001100111011000010000001001111011100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,140,206); }

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

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

 a { background-color: rgb(107,140,206); }

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

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

 span { border-color: rgb(107,140,206); }

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