#6D94CB

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

Shades of Danube #6D94CB

Tints of Danube #6D94CB

Color information

#6D94CB (or 0x6D94CB) is unknown color: approx Danube. HEX triplet: 6D, 94 and CB. RGB value is (109,148,203). Sum of RGB (Red+Green+Blue) = 109+148+203=460 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.70% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D94CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D94CB is #926B34. Grayscale: #8E8E8E. Windows color (decimal): -9595701 or 13341805. OLE color: 13341805.

HSL color Cylindrical-coordinate representation of color #6D94CB: hue angle of 215.11º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D94CB is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB109148203-
CMYK0.460.2700.20
HSL215.11º47.47%61.18%-
HSV(B)215.11º46.31%79.61%-
XYZ27.6828.7460.59-
YUV142.61162.08104.03-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.70%
GREEN value IS 148 (58.20% from 255) = 32.17%
BLUE value IS 203 (79.69% from 255) = 44.13%
R=23.70%
G=32.17%
B=44.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1091482030.460.2700.20215.1147.4761.18
Hex6D94CB2E1B014d72f3d
Octal15522431356330243275775
Binary110110110010100110010111011101101101010011010111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D94CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,148,203); }

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

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

 a { background-color: rgb(109,148,203); }

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

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

 span { border-color: rgb(109,148,203); }

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