Html Css Color HEX #646769 Mid Grey

📋 copy color: '#646769'

red 100 ◦ green 103 ◦ blue 105

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

Shades of Mid Grey #646769

Tints of Mid Grey #646769

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.44%

 BLUE value IS 105 (41.41% from 255) = 34.09%

R = 32.47%
G = 33.44%
B = 34.09%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#646769 (or 0x646769) is known color: Mid Grey. HEX triplet: 64, 67 and 69. RGB value is (100,103,105). Sum of RGB (Red+Green+Blue) = 100+103+105=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 105 - color contains mainly: blue. Hex color #646769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646769 is #9B9896. Grayscale: #666666. Windows color (decimal): -10197143 or 6907748. OLE color: 6907748.

HSL color Cylindrical-coordinate representation of color #646769: hue angle of 204º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #646769 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 100 103 105 -
CMYK 0.05 0.02 0 0.59
HSL 204º 0.02% 0.4% -
HSV(B) 204º 0.05% 0.41% -
XYZ 12.66 13.43 15.29 -
YUV 102.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 100 103 105 0.05 0.02 0 0.59 204 0.02 0.4
Hex 64 67 69 5 2 0 3B CC 2 28
Octal 144 147 151 5 2 0 73 314 2 50
Binary 1100100 1100111 1101001 101 10 0 111011 11001100 10 101000

Color Harmonies of #646769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646769

Black with #646769

Text Example


Text Example

White with #646769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646769; }

 p { color: rgb(100,103,105); }

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

background-color css

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

 a { background-color: rgb(100,103,105); }

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

border-color css

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

 span { border-color: rgb(100,103,105); }

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