Html Css Color HEX #63829B Bermuda Grey

📋 copy color: '#63829B'

red 99 ◦ green 130 ◦ blue 155

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

Shades of Bermuda Grey #63829B

Tints of Bermuda Grey #63829B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.85%

 BLUE value IS 155 (60.94% from 255) = 40.36%

R = 25.78%
G = 33.85%
B = 40.36%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#63829B (or 0x63829B) is known color: Bermuda Grey. HEX triplet: 63, 82 and 9B. RGB value is (99,130,155). Sum of RGB (Red+Green+Blue) = 99+130+155=384 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.78% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #63829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63829B is #9C7D64. Grayscale: #7B7B7B. Windows color (decimal): -10255717 or 10191459. OLE color: 10191459.

HSL color Cylindrical-coordinate representation of color #63829B: hue angle of 206.79º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63829B is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 130 155 -
CMYK 0.36 0.16 0 0.39
HSL 206.79º 0.22% 0.5% -
HSV(B) 206.79º 0.36% 0.61% -
XYZ 19.04 20.98 34.06 -
YUV 123.58 145.73 110.47 -
System Red Green Blue C M Y K H S L
Decimal 99 130 155 0.36 0.16 0 0.39 206.79 0.22 0.5
Hex 63 82 9B 24 10 0 27 CF 16 32
Octal 143 202 233 44 20 0 47 317 26 62
Binary 1100011 10000010 10011011 100100 10000 0 100111 11001111 10110 110010

Color Harmonies of #63829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63829B

Black with #63829B

Text Example


Text Example

White with #63829B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63829B; }

 p { color: rgb(99,130,155); }

 H1.HeaderClassName
 {
   color: #63829B;
 }
 .AnyTagClassName
 {
   color: #63829B;
 }
</style>

background-color css

<style>
 a { background-color: #63829B; }

 a { background-color: rgb(99,130,155); }

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

border-color css

<style>
 span { border-color: #63829B; }

 span { border-color: rgb(99,130,155); }

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