#6B8FCC

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

Shades of Danube #6B8FCC

Tints of Danube #6B8FCC

Color information

#6B8FCC (or 0x6B8FCC) is unknown color: approx Danube. HEX triplet: 6B, 8F and CC. RGB value is (107,143,204). Sum of RGB (Red+Green+Blue) = 107+143+204=454 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.57% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B8FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8FCC is #947033. Grayscale: #8A8A8A. Windows color (decimal): -9728052 or 13406059. OLE color: 13406059.

HSL color Cylindrical-coordinate representation of color #6B8FCC: hue angle of 217.73º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B8FCC is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB107143204-
CMYK0.480.3000.2
HSL217.73º48.74%60.98%-
HSV(B)217.73º47.55%80%-
XYZ26.7827.1360.95-
YUV139.19164.57105.04-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.57%
GREEN value IS 143 (56.25% from 255) = 31.50%
BLUE value IS 204 (80.08% from 255) = 44.93%
R=23.57%
G=31.50%
B=44.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1071432040.480.3000.2217.7348.7460.98
Hex6B8FCC301E014da313d
Octal15321731460360243326175
Binary110101110001111110011001100001111001010011011010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,143,204); }

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

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

 a { background-color: rgb(107,143,204); }

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

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

 span { border-color: rgb(107,143,204); }

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