Html Css Color HEX #67697C Comet

📋 copy color: '#67697C'

red 103 ◦ green 105 ◦ blue 124

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

Shades of Comet #67697C

Tints of Comet #67697C

RGB

 RED value IS 103 (40.63% from 255) = 31.02%

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

 BLUE value IS 124 (48.83% from 255) = 37.35%

R = 31.02%
G = 31.63%
B = 37.35%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#67697C (or 0x67697C) is known color: Comet. HEX triplet: 67, 69 and 7C. RGB value is (103,105,124). Sum of RGB (Red+Green+Blue) = 103+105+124=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 124 - color contains mainly: blue. Hex color #67697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67697C is #989683. Grayscale: #6A6A6A. Windows color (decimal): -10000004 or 8153447. OLE color: 8153447.

HSL color Cylindrical-coordinate representation of color #67697C: hue angle of 234.29º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #67697C is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 103 105 124 -
CMYK 0.17 0.15 0 0.51
HSL 234.29º 0.09% 0.45% -
HSV(B) 234.29º 0.17% 0.49% -
XYZ 14.28 14.44 21.1 -
YUV 106.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 103 105 124 0.17 0.15 0 0.51 234.29 0.09 0.45
Hex 67 69 7C 11 F 0 33 EA 9 2D
Octal 147 151 174 21 17 0 63 352 11 55
Binary 1100111 1101001 1111100 10001 1111 0 110011 11101010 1001 101101

Color Harmonies of #67697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67697C

Black with #67697C

Text Example


Text Example

White with #67697C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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