Html Css Color HEX #6385BA Danube

📋 copy color: '#6385BA'

red 99 ◦ green 133 ◦ blue 186

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

Shades of Danube #6385BA

Tints of Danube #6385BA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.82%

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

R = 23.68%
G = 31.82%
B = 44.5%

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

#6385BA (or 0x6385BA) is known color: Danube. HEX triplet: 63, 85 and BA. RGB value is (99,133,186). Sum of RGB (Red+Green+Blue) = 99+133+186=418 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.68% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #6385BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6385BA is #9C7A45. Grayscale: #808080. Windows color (decimal): -10254918 or 12223843. OLE color: 12223843.

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

Color convert

RGB 99 133 186 -
CMYK 0.47 0.28 0 0.27
HSL 216.55º 0.39% 0.56% -
HSV(B) 216.55º 0.47% 0.73% -
XYZ 22.4 22.97 49.71 -
YUV 128.88 160.24 106.69 -
System Red Green Blue C M Y K H S L
Decimal 99 133 186 0.47 0.28 0 0.27 216.55 0.39 0.56
Hex 63 85 BA 2F 1C 0 1B D9 27 38
Octal 143 205 272 57 34 0 33 331 47 70
Binary 1100011 10000101 10111010 101111 11100 0 11011 11011001 100111 111000

Color Harmonies of #6385BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6385BA

Black with #6385BA

Text Example


Text Example

White with #6385BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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