Html Css Color HEX #6389BA Danube

📋 copy color: '#6389BA'

red 99 ◦ green 137 ◦ blue 186

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

Shades of Danube #6389BA

Tints of Danube #6389BA

RGB

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

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

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

R = 23.46%
G = 32.46%
B = 44.08%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6389BA (or 0x6389BA) is known color: Danube. HEX triplet: 63, 89 and BA. RGB value is (99,137,186). Sum of RGB (Red+Green+Blue) = 99+137+186=422 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.46% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #6389BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6389BA is #9C7645. Grayscale: #828282. Windows color (decimal): -10253894 or 12224867. OLE color: 12224867.

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

Color convert

RGB 99 137 186 -
CMYK 0.47 0.26 0 0.27
HSL 213.79º 0.39% 0.56% -
HSV(B) 213.79º 0.47% 0.73% -
XYZ 22.95 24.09 49.89 -
YUV 131.22 158.91 105.02 -
System Red Green Blue C M Y K H S L
Decimal 99 137 186 0.47 0.26 0 0.27 213.79 0.39 0.56
Hex 63 89 BA 2F 1A 0 1B D6 27 38
Octal 143 211 272 57 32 0 33 326 47 70
Binary 1100011 10001001 10111010 101111 11010 0 11011 11010110 100111 111000

Color Harmonies of #6389BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6389BA

Black with #6389BA

Text Example


Text Example

White with #6389BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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