Html Css Color HEX #6393BE Danube

📋 copy color: '#6393BE'

red 99 ◦ green 147 ◦ blue 190

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

Shades of Danube #6393BE

Tints of Danube #6393BE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.72%

 BLUE value IS 190 (74.61% from 255) = 43.58%

R = 22.71%
G = 33.72%
B = 43.58%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6393BE (or 0x6393BE) is known color: Danube. HEX triplet: 63, 93 and BE. RGB value is (99,147,190). Sum of RGB (Red+Green+Blue) = 99+147+190=436 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.71% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #6393BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6393BE is #9C6C41. Grayscale: #898989. Windows color (decimal): -10251330 or 12489571. OLE color: 12489571.

HSL color Cylindrical-coordinate representation of color #6393BE: hue angle of 208.35º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6393BE is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 147 190 -
CMYK 0.48 0.23 0 0.25
HSL 208.35º 0.41% 0.57% -
HSV(B) 208.35º 0.48% 0.75% -
XYZ 24.87 27.24 52.66 -
YUV 137.55 157.6 100.5 -
System Red Green Blue C M Y K H S L
Decimal 99 147 190 0.48 0.23 0 0.25 208.35 0.41 0.57
Hex 63 93 BE 30 17 0 19 D0 29 39
Octal 143 223 276 60 27 0 31 320 51 71
Binary 1100011 10010011 10111110 110000 10111 0 11001 11010000 101001 111001

Color Harmonies of #6393BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6393BE

Black with #6393BE

Text Example


Text Example

White with #6393BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6393BE; }

 p { color: rgb(99,147,190); }

 H1.HeaderClassName
 {
   color: #6393BE;
 }
 .AnyTagClassName
 {
   color: #6393BE;
 }
</style>

background-color css

<style>
 a { background-color: #6393BE; }

 a { background-color: rgb(99,147,190); }

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

border-color css

<style>
 span { border-color: #6393BE; }

 span { border-color: rgb(99,147,190); }

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