Html Css Color HEX #6390BA Danube

📋 copy color: '#6390BA'

red 99 ◦ green 144 ◦ blue 186

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

Shades of Danube #6390BA

Tints of Danube #6390BA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.57%

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

R = 23.08%
G = 33.57%
B = 43.36%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6390BA (or 0x6390BA) is known color: Danube. HEX triplet: 63, 90 and BA. RGB value is (99,144,186). Sum of RGB (Red+Green+Blue) = 99+144+186=429 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.08% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #6390BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6390BA is #9C6F45. Grayscale: #878787. Windows color (decimal): -10252102 or 12226659. OLE color: 12226659.

HSL color Cylindrical-coordinate representation of color #6390BA: hue angle of 208.97º 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 #6390BA is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 144 186 -
CMYK 0.47 0.23 0 0.27
HSL 208.97º 0.39% 0.56% -
HSV(B) 208.97º 0.47% 0.73% -
XYZ 23.98 26.14 50.24 -
YUV 135.33 156.59 102.08 -
System Red Green Blue C M Y K H S L
Decimal 99 144 186 0.47 0.23 0 0.27 208.97 0.39 0.56
Hex 63 90 BA 2F 17 0 1B D1 27 38
Octal 143 220 272 57 27 0 33 321 47 70
Binary 1100011 10010000 10111010 101111 10111 0 11011 11010001 100111 111000

Color Harmonies of #6390BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6390BA

Black with #6390BA

Text Example


Text Example

White with #6390BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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