Html Css Color HEX #6389BC Danube

📋 copy color: '#6389BC'

red 99 ◦ green 137 ◦ blue 188

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

Shades of Danube #6389BC

Tints of Danube #6389BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.34%

R = 23.35%
G = 32.31%
B = 44.34%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6389BC (or 0x6389BC) is known color: Danube. HEX triplet: 63, 89 and BC. RGB value is (99,137,188). Sum of RGB (Red+Green+Blue) = 99+137+188=424 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.35% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #6389BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6389BC is #9C7643. Grayscale: #838383. Windows color (decimal): -10253892 or 12355939. OLE color: 12355939.

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

Color convert

RGB 99 137 188 -
CMYK 0.47 0.27 0 0.26
HSL 214.38º 0.4% 0.56% -
HSV(B) 214.38º 0.47% 0.74% -
XYZ 23.17 24.17 51.02 -
YUV 131.45 159.91 104.85 -
System Red Green Blue C M Y K H S L
Decimal 99 137 188 0.47 0.27 0 0.26 214.38 0.4 0.56
Hex 63 89 BC 2F 1B 0 1A D6 28 38
Octal 143 211 274 57 33 0 32 326 50 70
Binary 1100011 10001001 10111100 101111 11011 0 11010 11010110 101000 111000

Color Harmonies of #6389BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6389BC

Black with #6389BC

Text Example


Text Example

White with #6389BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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