#6984CC

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

Shades of Danube #6984CC

Tints of Danube #6984CC

Color information

#6984CC (or 0x6984CC) is unknown color: approx Danube. HEX triplet: 69, 84 and CC. RGB value is (105,132,204). Sum of RGB (Red+Green+Blue) = 105+132+204=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #6984CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6984CC is #967B33. Grayscale: #838383. Windows color (decimal): -9861940 or 13403241. OLE color: 13403241.

HSL color Cylindrical-coordinate representation of color #6984CC: hue angle of 223.64º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6984CC is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB105132204-
CMYK0.490.3500.2
HSL223.64º49.25%60.59%-
HSV(B)223.64º48.53%80%-
XYZ24.9823.8760.42-
YUV132.14168.55108.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.81%
GREEN value IS 132 (51.95% from 255) = 29.93%
BLUE value IS 204 (80.08% from 255) = 46.26%
R=23.81%
G=29.93%
B=46.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1051322040.490.3500.2223.6449.2560.59
Hex6984CC3123014e0313d
Octal15120431461430243406175
Binary1101001100001001100110011000110001101010011100000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6984CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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