#6B8CBB

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

Shades of Danube #6B8CBB

Tints of Danube #6B8CBB

Color information

#6B8CBB (or 0x6B8CBB) is unknown color: approx Danube. HEX triplet: 6B, 8C and BB. RGB value is (107,140,187). Sum of RGB (Red+Green+Blue) = 107+140+187=434 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.65% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #6B8CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8CBB is #947344. Grayscale: #878787. Windows color (decimal): -9728837 or 12291179. OLE color: 12291179.

HSL color Cylindrical-coordinate representation of color #6B8CBB: hue angle of 215.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B8CBB is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB107140187-
CMYK0.430.2500.27
HSL215.25º37.04%57.65%-
HSV(B)215.25º42.78%73.33%-
XYZ24.4125.4750.64-
YUV135.49157.07107.68-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.65%
GREEN value IS 140 (55.08% from 255) = 32.26%
BLUE value IS 187 (73.44% from 255) = 43.09%
R=24.65%
G=32.26%
B=43.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071401870.430.2500.27215.2537.0457.65
Hex6B8CBB2B1901Bd7253a
Octal15321427353310333274572
Binary110101110001100101110111010111100101101111010111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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