Html Css Color HEX #6189C0 Danube

📋 copy color: '#6189C0'

red 97 ◦ green 137 ◦ blue 192

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

Shades of Danube #6189C0

Tints of Danube #6189C0

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.16%

 BLUE value IS 192 (75.39% from 255) = 45.07%

R = 22.77%
G = 32.16%
B = 45.07%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6189C0 (or 0x6189C0) is known color: Danube. HEX triplet: 61, 89 and C0. RGB value is (97,137,192). Sum of RGB (Red+Green+Blue) = 97+137+192=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 192 - color contains mainly: blue. Hex color #6189C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6189C0 is #9E763F. Grayscale: #838383. Windows color (decimal): -10384960 or 12618081. OLE color: 12618081.

HSL color Cylindrical-coordinate representation of color #6189C0: hue angle of 214.74º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6189C0 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 137 192 -
CMYK 0.49 0.29 0 0.25
HSL 214.74º 0.43% 0.57% -
HSV(B) 214.74º 0.49% 0.75% -
XYZ 23.39 24.24 53.31 -
YUV 131.31 162.25 103.53 -
System Red Green Blue C M Y K H S L
Decimal 97 137 192 0.49 0.29 0 0.25 214.74 0.43 0.57
Hex 61 89 C0 31 1D 0 19 D7 2B 39
Octal 141 211 300 61 35 0 31 327 53 71
Binary 1100001 10001001 11000000 110001 11101 0 11001 11010111 101011 111001

Color Harmonies of #6189C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6189C0

Black with #6189C0

Text Example


Text Example

White with #6189C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6189C0; }

 p { color: rgb(97,137,192); }

 H1.HeaderClassName
 {
   color: #6189C0;
 }
 .AnyTagClassName
 {
   color: #6189C0;
 }
</style>

background-color css

<style>
 a { background-color: #6189C0; }

 a { background-color: rgb(97,137,192); }

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

border-color css

<style>
 span { border-color: #6189C0; }

 span { border-color: rgb(97,137,192); }

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