Html Css Color HEX #6194CA Danube

📋 copy color: '#6194CA'

red 97 ◦ green 148 ◦ blue 202

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

Shades of Danube #6194CA

Tints of Danube #6194CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.19%

R = 21.7%
G = 33.11%
B = 45.19%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6194CA (or 0x6194CA) is known color: Danube. HEX triplet: 61, 94 and CA. RGB value is (97,148,202). Sum of RGB (Red+Green+Blue) = 97+148+202=447 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.70% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #6194CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6194CA is #9E6B35. Grayscale: #8A8A8A. Windows color (decimal): -10382134 or 13276257. OLE color: 13276257.

HSL color Cylindrical-coordinate representation of color #6194CA: hue angle of 210.86º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6194CA is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 148 202 -
CMYK 0.52 0.27 0 0.21
HSL 210.86º 0.5% 0.59% -
HSV(B) 210.86º 0.52% 0.79% -
XYZ 26.18 27.99 59.9 -
YUV 138.91 163.6 98.11 -
System Red Green Blue C M Y K H S L
Decimal 97 148 202 0.52 0.27 0 0.21 210.86 0.5 0.59
Hex 61 94 CA 34 1B 0 15 D3 32 3B
Octal 141 224 312 64 33 0 25 323 62 73
Binary 1100001 10010100 11001010 110100 11011 0 10101 11010011 110010 111011

Color Harmonies of #6194CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6194CA

Black with #6194CA

Text Example


Text Example

White with #6194CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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