#6B8FCD

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

Shades of Danube #6B8FCD

Tints of Danube #6B8FCD

Color information

#6B8FCD (or 0x6B8FCD) is unknown color: approx Danube. HEX triplet: 6B, 8F and CD. RGB value is (107,143,205). Sum of RGB (Red+Green+Blue) = 107+143+205=455 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.52% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B8FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8FCD is #947032. Grayscale: #8B8B8B. Windows color (decimal): -9728051 or 13471595. OLE color: 13471595.

HSL color Cylindrical-coordinate representation of color #6B8FCD: hue angle of 217.96º 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 #6B8FCD is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB107143205-
CMYK0.480.3000.20
HSL217.96º49.49%61.18%-
HSV(B)217.96º47.8%80.39%-
XYZ26.9127.1861.59-
YUV139.3165.07104.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.52%
GREEN value IS 143 (56.25% from 255) = 31.43%
BLUE value IS 205 (80.47% from 255) = 45.05%
R=23.52%
G=31.43%
B=45.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1071432050.480.3000.20217.9649.4961.18
Hex6B8FCD301E014da313d
Octal15321731560360243326175
Binary110101110001111110011011100001111001010011011010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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