Html Css Color HEX #6389BD Danube

📋 copy color: '#6389BD'

red 99 ◦ green 137 ◦ blue 189

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

Shades of Danube #6389BD

Tints of Danube #6389BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.47%

R = 23.29%
G = 32.24%
B = 44.47%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6389BD (or 0x6389BD) is known color: Danube. HEX triplet: 63, 89 and BD. RGB value is (99,137,189). Sum of RGB (Red+Green+Blue) = 99+137+189=425 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.29% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #6389BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6389BD is #9C7642. Grayscale: #838383. Windows color (decimal): -10253891 or 12421475. OLE color: 12421475.

HSL color Cylindrical-coordinate representation of color #6389BD: hue angle of 214.67º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6389BD is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 137 189 -
CMYK 0.48 0.28 0 0.26
HSL 214.67º 0.41% 0.56% -
HSV(B) 214.67º 0.48% 0.74% -
XYZ 23.28 24.22 51.59 -
YUV 131.57 160.41 104.77 -
System Red Green Blue C M Y K H S L
Decimal 99 137 189 0.48 0.28 0 0.26 214.67 0.41 0.56
Hex 63 89 BD 30 1C 0 1A D7 29 38
Octal 143 211 275 60 34 0 32 327 51 70
Binary 1100011 10001001 10111101 110000 11100 0 11010 11010111 101001 111000

Color Harmonies of #6389BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6389BD

Black with #6389BD

Text Example


Text Example

White with #6389BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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