Html Css Color HEX #6993D1 Danube

📋 copy color: '#6993D1'

red 105 ◦ green 147 ◦ blue 209

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

Shades of Danube #6993D1

Tints of Danube #6993D1

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.89%

 BLUE value IS 209 (82.03% from 255) = 45.34%

R = 22.78%
G = 31.89%
B = 45.34%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6993D1 (or 0x6993D1) is known color: Danube. HEX triplet: 69, 93 and D1. RGB value is (105,147,209). Sum of RGB (Red+Green+Blue) = 105+147+209=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 209 - color contains mainly: blue. Hex color #6993D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6993D1 is #966C2E. Grayscale: #8D8D8D. Windows color (decimal): -9858095 or 13734761. OLE color: 13734761.

HSL color Cylindrical-coordinate representation of color #6993D1: hue angle of 215.77º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6993D1 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 105 147 209 -
CMYK 0.50 0.30 0 0.18
HSL 215.77º 0.53% 0.62% -
HSV(B) 215.77º 0.5% 0.82% -
XYZ 27.77 28.47 64.35 -
YUV 141.51 166.09 101.96 -
System Red Green Blue C M Y K H S L
Decimal 105 147 209 0.50 0.30 0 0.18 215.77 0.53 0.62
Hex 69 93 D1 32 1E 0 12 D8 35 3E
Octal 151 223 321 62 36 0 22 330 65 76
Binary 1101001 10010011 11010001 110010 11110 0 10010 11011000 110101 111110

Color Harmonies of #6993D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6993D1

Black with #6993D1

Text Example


Text Example

White with #6993D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6993D1; }

 p { color: rgb(105,147,209); }

 H1.HeaderClassName
 {
   color: #6993D1;
 }
 .AnyTagClassName
 {
   color: #6993D1;
 }
</style>

background-color css

<style>
 a { background-color: #6993D1; }

 a { background-color: rgb(105,147,209); }

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

border-color css

<style>
 span { border-color: #6993D1; }

 span { border-color: rgb(105,147,209); }

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