Html Css Color HEX #6385BB Danube

📋 copy color: '#6385BB'

red 99 ◦ green 133 ◦ blue 187

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

Shades of Danube #6385BB

Tints of Danube #6385BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.63%

R = 23.63%
G = 31.74%
B = 44.63%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6385BB (or 0x6385BB) is known color: Danube. HEX triplet: 63, 85 and BB. RGB value is (99,133,187). Sum of RGB (Red+Green+Blue) = 99+133+187=419 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.63% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #6385BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6385BB is #9C7A44. Grayscale: #808080. Windows color (decimal): -10254917 or 12289379. OLE color: 12289379.

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

Color convert

RGB 99 133 187 -
CMYK 0.47 0.29 0 0.27
HSL 216.82º 0.39% 0.56% -
HSV(B) 216.82º 0.47% 0.73% -
XYZ 22.5 23.02 50.27 -
YUV 128.99 160.74 106.61 -
System Red Green Blue C M Y K H S L
Decimal 99 133 187 0.47 0.29 0 0.27 216.82 0.39 0.56
Hex 63 85 BB 2F 1D 0 1B D9 27 38
Octal 143 205 273 57 35 0 33 331 47 70
Binary 1100011 10000101 10111011 101111 11101 0 11011 11011001 100111 111000

Color Harmonies of #6385BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6385BB

Black with #6385BB

Text Example


Text Example

White with #6385BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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