Html Css Color HEX #6391BE Danube

📋 copy color: '#6391BE'

red 99 ◦ green 145 ◦ blue 190

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

Shades of Danube #6391BE

Tints of Danube #6391BE

RGB

 RED value IS 99 (39.06% from 255) = 22.81%

 GREEN value IS 145 (57.03% from 255) = 33.41%

 BLUE value IS 190 (74.61% from 255) = 43.78%

R = 22.81%
G = 33.41%
B = 43.78%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6391BE (or 0x6391BE) is known color: Danube. HEX triplet: 63, 91 and BE. RGB value is (99,145,190). Sum of RGB (Red+Green+Blue) = 99+145+190=434 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.81% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #6391BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6391BE is #9C6E41. Grayscale: #888888. Windows color (decimal): -10251842 or 12489059. OLE color: 12489059.

HSL color Cylindrical-coordinate representation of color #6391BE: hue angle of 209.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6391BE is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 145 190 -
CMYK 0.48 0.24 0 0.25
HSL 209.67º 0.41% 0.57% -
HSV(B) 209.67º 0.48% 0.75% -
XYZ 24.57 26.62 52.56 -
YUV 136.38 158.26 101.34 -
System Red Green Blue C M Y K H S L
Decimal 99 145 190 0.48 0.24 0 0.25 209.67 0.41 0.57
Hex 63 91 BE 30 18 0 19 D2 29 39
Octal 143 221 276 60 30 0 31 322 51 71
Binary 1100011 10010001 10111110 110000 11000 0 11001 11010010 101001 111001

Color Harmonies of #6391BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6391BE

Black with #6391BE

Text Example


Text Example

White with #6391BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6391BE; }

 p { color: rgb(99,145,190); }

 H1.HeaderClassName
 {
   color: #6391BE;
 }
 .AnyTagClassName
 {
   color: #6391BE;
 }
</style>

background-color css

<style>
 a { background-color: #6391BE; }

 a { background-color: rgb(99,145,190); }

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

border-color css

<style>
 span { border-color: #6391BE; }

 span { border-color: rgb(99,145,190); }

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