#6989CA

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

Shades of Danube #6989CA

Tints of Danube #6989CA

Color information

#6989CA (or 0x6989CA) is unknown color: approx Danube. HEX triplet: 69, 89 and CA. RGB value is (105,137,202). Sum of RGB (Red+Green+Blue) = 105+137+202=444 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.65% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #6989CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6989CA is #967635. Grayscale: #868686. Windows color (decimal): -9860662 or 13273449. OLE color: 13273449.

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

Color convert

RGB105137202-
CMYK0.480.3200.21
HSL220.21º47.78%60.2%-
HSV(B)220.21º48.02%79.22%-
XYZ25.4325.1659.39-
YUV134.84165.9106.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.65%
GREEN value IS 137 (53.91% from 255) = 30.86%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=23.65%
G=30.86%
B=45.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1051372020.480.3200.21220.2147.7860.2
Hex6989CA3020015dc303c
Octal15121131260400253346074
Binary1101001100010011100101011000010000001010111011100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6989CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6989CA; }

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

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

<style>
 a { background-color: #6989CA; }

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

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

<style>
 span { border-color: #6989CA; }

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

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