Html Css Color HEX #6386BA Danube

📋 copy color: '#6386BA'

red 99 ◦ green 134 ◦ blue 186

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

Shades of Danube #6386BA

Tints of Danube #6386BA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.98%

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

R = 23.63%
G = 31.98%
B = 44.39%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6386BA (or 0x6386BA) is known color: Danube. HEX triplet: 63, 86 and BA. RGB value is (99,134,186). Sum of RGB (Red+Green+Blue) = 99+134+186=419 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.63% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #6386BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6386BA is #9C7945. Grayscale: #818181. Windows color (decimal): -10254662 or 12224099. OLE color: 12224099.

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

Color convert

RGB 99 134 186 -
CMYK 0.47 0.28 0 0.27
HSL 215.86º 0.39% 0.56% -
HSV(B) 215.86º 0.47% 0.73% -
XYZ 22.53 23.25 49.75 -
YUV 129.46 159.9 106.27 -
System Red Green Blue C M Y K H S L
Decimal 99 134 186 0.47 0.28 0 0.27 215.86 0.39 0.56
Hex 63 86 BA 2F 1C 0 1B D8 27 38
Octal 143 206 272 57 34 0 33 330 47 70
Binary 1100011 10000110 10111010 101111 11100 0 11011 11011000 100111 111000

Color Harmonies of #6386BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6386BA

Black with #6386BA

Text Example


Text Example

White with #6386BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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