Html Css Color HEX #6194C8 Danube

📋 copy color: '#6194C8'

red 97 ◦ green 148 ◦ blue 200

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

Shades of Danube #6194C8

Tints of Danube #6194C8

RGB

 RED value IS 97 (38.28% from 255) = 21.8%

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

 BLUE value IS 200 (78.52% from 255) = 44.94%

R = 21.8%
G = 33.26%
B = 44.94%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6194C8 (or 0x6194C8) is known color: Danube. HEX triplet: 61, 94 and C8. RGB value is (97,148,200). Sum of RGB (Red+Green+Blue) = 97+148+200=445 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.80% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 200 - color contains mainly: blue. Hex color #6194C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6194C8 is #9E6B37. Grayscale: #8A8A8A. Windows color (decimal): -10382136 or 13145185. OLE color: 13145185.

HSL color Cylindrical-coordinate representation of color #6194C8: hue angle of 210.29º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6194C8 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 97 148 200 -
CMYK 0.52 0.26 0 0.22
HSL 210.29º 0.48% 0.58% -
HSV(B) 210.29º 0.52% 0.78% -
XYZ 25.95 27.89 58.66 -
YUV 138.68 162.6 98.27 -
System Red Green Blue C M Y K H S L
Decimal 97 148 200 0.52 0.26 0 0.22 210.29 0.48 0.58
Hex 61 94 C8 34 1A 0 16 D2 30 3A
Octal 141 224 310 64 32 0 26 322 60 72
Binary 1100001 10010100 11001000 110100 11010 0 10110 11010010 110000 111010

Color Harmonies of #6194C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6194C8

Black with #6194C8

Text Example


Text Example

White with #6194C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6194C8; }

 p { color: rgb(97,148,200); }

 H1.HeaderClassName
 {
   color: #6194C8;
 }
 .AnyTagClassName
 {
   color: #6194C8;
 }
</style>

background-color css

<style>
 a { background-color: #6194C8; }

 a { background-color: rgb(97,148,200); }

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

border-color css

<style>
 span { border-color: #6194C8; }

 span { border-color: rgb(97,148,200); }

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