Html Css Color HEX #6994CD Danube

📋 copy color: '#6994CD'

red 105 ◦ green 148 ◦ blue 205

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

Shades of Danube #6994CD

Tints of Danube #6994CD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.31%

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

R = 22.93%
G = 32.31%
B = 44.76%

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

#6994CD (or 0x6994CD) is known color: Danube. HEX triplet: 69, 94 and CD. RGB value is (105,148,205). Sum of RGB (Red+Green+Blue) = 105+148+205=458 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.93% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #6994CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6994CD is #966B32. Grayscale: #8D8D8D. Windows color (decimal): -9857843 or 13472873. OLE color: 13472873.

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

Color convert

RGB 105 148 205 -
CMYK 0.49 0.28 0 0.20
HSL 214.2º 0.5% 0.61% -
HSV(B) 214.2º 0.49% 0.8% -
XYZ 27.44 28.59 61.83 -
YUV 141.64 163.75 101.87 -
System Red Green Blue C M Y K H S L
Decimal 105 148 205 0.49 0.28 0 0.20 214.2 0.5 0.61
Hex 69 94 CD 31 1C 0 14 D6 32 3D
Octal 151 224 315 61 34 0 24 326 62 75
Binary 1101001 10010100 11001101 110001 11100 0 10100 11010110 110010 111101

Color Harmonies of #6994CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6994CD

Black with #6994CD

Text Example


Text Example

White with #6994CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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