Html Css Color HEX #64697B Comet

📋 copy color: '#64697B'

red 100 ◦ green 105 ◦ blue 123

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

Shades of Comet #64697B

Tints of Comet #64697B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.01%

 BLUE value IS 123 (48.44% from 255) = 37.5%

R = 30.49%
G = 32.01%
B = 37.5%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#64697B (or 0x64697B) is known color: Comet. HEX triplet: 64, 69 and 7B. RGB value is (100,105,123). Sum of RGB (Red+Green+Blue) = 100+105+123=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 123 - color contains mainly: blue. Hex color #64697B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64697B is #9B9684. Grayscale: #696969. Windows color (decimal): -10196613 or 8087908. OLE color: 8087908.

HSL color Cylindrical-coordinate representation of color #64697B: hue angle of 226.96º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #64697B is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 100 105 123 -
CMYK 0.19 0.15 0 0.52
HSL 226.96º 0.1% 0.44% -
HSV(B) 226.96º 0.19% 0.48% -
XYZ 13.88 14.24 20.76 -
YUV 105.56 137.84 124.04 -
System Red Green Blue C M Y K H S L
Decimal 100 105 123 0.19 0.15 0 0.52 226.96 0.1 0.44
Hex 64 69 7B 13 F 0 34 E3 A 2C
Octal 144 151 173 23 17 0 64 343 12 54
Binary 1100100 1101001 1111011 10011 1111 0 110100 11100011 1010 101100

Color Harmonies of #64697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64697B

Black with #64697B

Text Example


Text Example

White with #64697B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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