#6984CA

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

Shades of Danube #6984CA

Tints of Danube #6984CA

Color information

#6984CA (or 0x6984CA) is unknown color: approx Danube. HEX triplet: 69, 84 and CA. RGB value is (105,132,202). Sum of RGB (Red+Green+Blue) = 105+132+202=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #6984CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6984CA is #967B35. Grayscale: #838383. Windows color (decimal): -9861942 or 13272169. OLE color: 13272169.

HSL color Cylindrical-coordinate representation of color #6984CA: hue angle of 223.3º 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 #6984CA is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB105132202-
CMYK0.480.3500.21
HSL223.3º47.78%60.2%-
HSV(B)223.3º48.02%79.22%-
XYZ24.7423.7759.16-
YUV131.91167.55108.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.92%
GREEN value IS 132 (51.95% from 255) = 30.07%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=23.92%
G=30.07%
B=46.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1051322020.480.3500.21223.347.7860.2
Hex6984CA3023015df303c
Octal15120431260430253376074
Binary1101001100001001100101011000010001101010111011111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6984CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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