Html Css Color HEX #64829A Bermuda Grey

📋 copy color: '#64829A'

red 100 ◦ green 130 ◦ blue 154

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

Shades of Bermuda Grey #64829A

Tints of Bermuda Grey #64829A

RGB

 RED value IS 100 (39.45% from 255) = 26.04%

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

 BLUE value IS 154 (60.55% from 255) = 40.1%

R = 26.04%
G = 33.85%
B = 40.1%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#64829A (or 0x64829A) is known color: Bermuda Grey. HEX triplet: 64, 82 and 9A. RGB value is (100,130,154). Sum of RGB (Red+Green+Blue) = 100+130+154=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 154 - color contains mainly: blue. Hex color #64829A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64829A is #9B7D65. Grayscale: #7B7B7B. Windows color (decimal): -10190182 or 10125924. OLE color: 10125924.

HSL color Cylindrical-coordinate representation of color #64829A: hue angle of 206.67º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64829A is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 130 154 -
CMYK 0.35 0.16 0 0.40
HSL 206.67º 0.21% 0.5% -
HSV(B) 206.67º 0.35% 0.6% -
XYZ 19.07 21.01 33.62 -
YUV 123.77 145.06 111.05 -
System Red Green Blue C M Y K H S L
Decimal 100 130 154 0.35 0.16 0 0.40 206.67 0.21 0.5
Hex 64 82 9A 23 10 0 28 CF 15 32
Octal 144 202 232 43 20 0 50 317 25 62
Binary 1100100 10000010 10011010 100011 10000 0 101000 11001111 10101 110010

Color Harmonies of #64829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64829A

Black with #64829A

Text Example


Text Example

White with #64829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64829A; }

 p { color: rgb(100,130,154); }

 H1.HeaderClassName
 {
   color: #64829A;
 }
 .AnyTagClassName
 {
   color: #64829A;
 }
</style>

background-color css

<style>
 a { background-color: #64829A; }

 a { background-color: rgb(100,130,154); }

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

border-color css

<style>
 span { border-color: #64829A; }

 span { border-color: rgb(100,130,154); }

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