Html Css Color HEX #6991CC Danube

📋 copy color: '#6991CC'

red 105 ◦ green 145 ◦ blue 204

#6991CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #6991CC

Tints of Danube #6991CC

RGB

 RED value IS 105 (41.41% from 255) = 23.13%

 GREEN value IS 145 (57.03% from 255) = 31.94%

 BLUE value IS 204 (80.08% from 255) = 44.93%

R = 23.13%
G = 31.94%
B = 44.93%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6991CC (or 0x6991CC) is known color: Danube. HEX triplet: 69, 91 and CC. RGB value is (105,145,204). Sum of RGB (Red+Green+Blue) = 105+145+204=454 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.13% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #6991CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6991CC is #966E33. Grayscale: #8B8B8B. Windows color (decimal): -9858612 or 13406569. OLE color: 13406569.

HSL color Cylindrical-coordinate representation of color #6991CC: hue angle of 215.76º 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 #6991CC is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 145 204 -
CMYK 0.49 0.29 0 0.2
HSL 215.76º 0.49% 0.61% -
HSV(B) 215.76º 0.49% 0.8% -
XYZ 26.85 27.61 61.04 -
YUV 139.77 164.25 103.2 -
System Red Green Blue C M Y K H S L
Decimal 105 145 204 0.49 0.29 0 0.2 215.76 0.49 0.61
Hex 69 91 CC 31 1D 0 14 D8 31 3D
Octal 151 221 314 61 35 0 24 330 61 75
Binary 1101001 10010001 11001100 110001 11101 0 10100 11011000 110001 111101

Color Harmonies of #6991CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6991CC

Black with #6991CC

Text Example


Text Example

White with #6991CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6991CC;
 }
 .AnyTagClassName
 {
   color: #6991CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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