#6B89CA

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

Shades of Danube #6B89CA

Tints of Danube #6B89CA

Color information

#6B89CA (or 0x6B89CA) is unknown color: approx Danube. HEX triplet: 6B, 89 and CA. RGB value is (107,137,202). Sum of RGB (Red+Green+Blue) = 107+137+202=446 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.99% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B89CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B89CA is #947635. Grayscale: #878787. Windows color (decimal): -9729590 or 13273451. OLE color: 13273451.

HSL color Cylindrical-coordinate representation of color #6B89CA: hue angle of 221.05º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B89CA is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB107137202-
CMYK0.470.3200.21
HSL221.05º47.26%60.59%-
HSV(B)221.05º47.03%79.22%-
XYZ25.6725.2859.4-
YUV135.44165.56107.71-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.99%
GREEN value IS 137 (53.91% from 255) = 30.72%
BLUE value IS 202 (79.30% from 255) = 45.29%
R=23.99%
G=30.72%
B=45.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1071372020.470.3200.21221.0547.2660.59
Hex6B89CA2F20015dd2f3d
Octal15321131257400253355775
Binary1101011100010011100101010111110000001010111011101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B89CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,137,202); }

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

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

 a { background-color: rgb(107,137,202); }

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

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

 span { border-color: rgb(107,137,202); }

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