Html Css Color HEX #64839C Bermuda Grey

📋 copy color: '#64839C'

red 100 ◦ green 131 ◦ blue 156

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

Shades of Bermuda Grey #64839C

Tints of Bermuda Grey #64839C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.85%

 BLUE value IS 156 (61.33% from 255) = 40.31%

R = 25.84%
G = 33.85%
B = 40.31%

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

#64839C (or 0x64839C) is known color: Bermuda Grey. HEX triplet: 64, 83 and 9C. RGB value is (100,131,156). Sum of RGB (Red+Green+Blue) = 100+131+156=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #64839C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64839C is #9B7C63. Grayscale: #7C7C7C. Windows color (decimal): -10189924 or 10257252. OLE color: 10257252.

HSL color Cylindrical-coordinate representation of color #64839C: 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 #64839C is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 131 156 -
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.37 21.34 34.55 -
YUV 124.58 145.73 110.47 -
System Red Green Blue C M Y K H S L
Decimal 100 131 156 0.36 0.16 0 0.39 206.79 0.22 0.5
Hex 64 83 9C 24 10 0 27 CF 16 32
Octal 144 203 234 44 20 0 47 317 26 62
Binary 1100100 10000011 10011100 100100 10000 0 100111 11001111 10110 110010

Color Harmonies of #64839C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64839C

Black with #64839C

Text Example


Text Example

White with #64839C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64839C; }

 p { color: rgb(100,131,156); }

 H1.HeaderClassName
 {
   color: #64839C;
 }
 .AnyTagClassName
 {
   color: #64839C;
 }
</style>

background-color css

<style>
 a { background-color: #64839C; }

 a { background-color: rgb(100,131,156); }

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

border-color css

<style>
 span { border-color: #64839C; }

 span { border-color: rgb(100,131,156); }

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