Html Css Color HEX #6993CD Danube

📋 copy color: '#6993CD'

red 105 ◦ green 147 ◦ blue 205

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

Shades of Danube #6993CD

Tints of Danube #6993CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.86%

R = 22.98%
G = 32.17%
B = 44.86%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6993CD (or 0x6993CD) is known color: Danube. HEX triplet: 69, 93 and CD. RGB value is (105,147,205). Sum of RGB (Red+Green+Blue) = 105+147+205=457 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.98% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #6993CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6993CD is #966C32. Grayscale: #8C8C8C. Windows color (decimal): -9858099 or 13472617. OLE color: 13472617.

HSL color Cylindrical-coordinate representation of color #6993CD: hue angle of 214.8º degrees, saturation: 0.5, 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 #6993CD is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 147 205 -
CMYK 0.49 0.28 0 0.20
HSL 214.8º 0.5% 0.61% -
HSV(B) 214.8º 0.49% 0.8% -
XYZ 27.28 28.28 61.78 -
YUV 141.05 164.09 102.28 -
System Red Green Blue C M Y K H S L
Decimal 105 147 205 0.49 0.28 0 0.20 214.8 0.5 0.61
Hex 69 93 CD 31 1C 0 14 D7 32 3D
Octal 151 223 315 61 34 0 24 327 62 75
Binary 1101001 10010011 11001101 110001 11100 0 10100 11010111 110010 111101

Color Harmonies of #6993CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6993CD

Black with #6993CD

Text Example


Text Example

White with #6993CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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