Html Css Color HEX #6994CC Danube

📋 copy color: '#6994CC'

red 105 ◦ green 148 ◦ blue 204

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

Shades of Danube #6994CC

Tints of Danube #6994CC

RGB

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

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

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

R = 22.98%
G = 32.39%
B = 44.64%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6994CC (or 0x6994CC) is known color: Danube. HEX triplet: 69, 94 and CC. RGB value is (105,148,204). Sum of RGB (Red+Green+Blue) = 105+148+204=457 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.98% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #6994CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6994CC is #966B33. Grayscale: #8D8D8D. Windows color (decimal): -9857844 or 13407337. OLE color: 13407337.

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

Color convert

RGB 105 148 204 -
CMYK 0.49 0.27 0 0.2
HSL 213.94º 0.49% 0.61% -
HSV(B) 213.94º 0.49% 0.8% -
XYZ 27.31 28.54 61.2 -
YUV 141.53 163.25 101.95 -
System Red Green Blue C M Y K H S L
Decimal 105 148 204 0.49 0.27 0 0.2 213.94 0.49 0.61
Hex 69 94 CC 31 1B 0 14 D6 31 3D
Octal 151 224 314 61 33 0 24 326 61 75
Binary 1101001 10010100 11001100 110001 11011 0 10100 11010110 110001 111101

Color Harmonies of #6994CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6994CC

Black with #6994CC

Text Example


Text Example

White with #6994CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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