Html Css Color HEX #6992D3 Danube

📋 copy color: '#6992D3'

red 105 ◦ green 146 ◦ blue 211

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

Shades of Danube #6992D3

Tints of Danube #6992D3

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.6%

 BLUE value IS 211 (82.81% from 255) = 45.67%

R = 22.73%
G = 31.6%
B = 45.67%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#6992D3 (or 0x6992D3) is known color: Danube. HEX triplet: 69, 92 and D3. RGB value is (105,146,211). Sum of RGB (Red+Green+Blue) = 105+146+211=462 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.73% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 211 (82.81% from 255 or 45.67% from 462); Max value from RGB is 211 - color contains mainly: blue. Hex color #6992D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6992D3 is #966D2C. Grayscale: #8C8C8C. Windows color (decimal): -9858349 or 13865577. OLE color: 13865577.

HSL color Cylindrical-coordinate representation of color #6992D3: hue angle of 216.79º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6992D3 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 105 146 211 -
CMYK 0.50 0.31 0 0.17
HSL 216.79º 0.55% 0.62% -
HSV(B) 216.79º 0.5% 0.83% -
XYZ 27.86 28.26 65.62 -
YUV 141.15 167.42 102.21 -
System Red Green Blue C M Y K H S L
Decimal 105 146 211 0.50 0.31 0 0.17 216.79 0.55 0.62
Hex 69 92 D3 32 1F 0 11 D9 37 3E
Octal 151 222 323 62 37 0 21 331 67 76
Binary 1101001 10010010 11010011 110010 11111 0 10001 11011001 110111 111110

Color Harmonies of #6992D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6992D3

Black with #6992D3

Text Example


Text Example

White with #6992D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6992D3; }

 p { color: rgb(105,146,211); }

 H1.HeaderClassName
 {
   color: #6992D3;
 }
 .AnyTagClassName
 {
   color: #6992D3;
 }
</style>

background-color css

<style>
 a { background-color: #6992D3; }

 a { background-color: rgb(105,146,211); }

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

border-color css

<style>
 span { border-color: #6992D3; }

 span { border-color: rgb(105,146,211); }

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