Html Css Color HEX #6391BA Danube

📋 copy color: '#6391BA'

red 99 ◦ green 145 ◦ blue 186

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

Shades of Danube #6391BA

Tints of Danube #6391BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.26%

R = 23.02%
G = 33.72%
B = 43.26%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6391BA (or 0x6391BA) is known color: Danube. HEX triplet: 63, 91 and BA. RGB value is (99,145,186). Sum of RGB (Red+Green+Blue) = 99+145+186=430 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.02% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #6391BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6391BA is #9C6E45. Grayscale: #878787. Windows color (decimal): -10251846 or 12226915. OLE color: 12226915.

HSL color Cylindrical-coordinate representation of color #6391BA: hue angle of 208.28º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6391BA is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 145 186 -
CMYK 0.47 0.22 0 0.27
HSL 208.28º 0.39% 0.56% -
HSV(B) 208.28º 0.47% 0.73% -
XYZ 24.13 26.45 50.29 -
YUV 135.92 156.26 101.67 -
System Red Green Blue C M Y K H S L
Decimal 99 145 186 0.47 0.22 0 0.27 208.28 0.39 0.56
Hex 63 91 BA 2F 16 0 1B D0 27 38
Octal 143 221 272 57 26 0 33 320 47 70
Binary 1100011 10010001 10111010 101111 10110 0 11011 11010000 100111 111000

Color Harmonies of #6391BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6391BA

Black with #6391BA

Text Example


Text Example

White with #6391BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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