Html Css Color HEX #66697E Comet

📋 copy color: '#66697E'

red 102 ◦ green 105 ◦ blue 126

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

Shades of Comet #66697E

Tints of Comet #66697E

RGB

 RED value IS 102 (40.23% from 255) = 30.63%

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

 BLUE value IS 126 (49.61% from 255) = 37.84%

R = 30.63%
G = 31.53%
B = 37.84%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#66697E (or 0x66697E) is known color: Comet. HEX triplet: 66, 69 and 7E. RGB value is (102,105,126). Sum of RGB (Red+Green+Blue) = 102+105+126=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 126 - color contains mainly: blue. Hex color #66697E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66697E is #999681. Grayscale: #6A6A6A. Windows color (decimal): -10065538 or 8284518. OLE color: 8284518.

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

Color convert

RGB 102 105 126 -
CMYK 0.19 0.17 0 0.51
HSL 232.5º 0.11% 0.45% -
HSV(B) 232.5º 0.19% 0.49% -
XYZ 14.3 14.43 21.77 -
YUV 106.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 102 105 126 0.19 0.17 0 0.51 232.5 0.11 0.45
Hex 66 69 7E 13 11 0 33 E8 B 2D
Octal 146 151 176 23 21 0 63 350 13 55
Binary 1100110 1101001 1111110 10011 10001 0 110011 11101000 1011 101101

Color Harmonies of #66697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66697E

Black with #66697E

Text Example


Text Example

White with #66697E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66697E; }

 p { color: rgb(102,105,126); }

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

background-color css

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

 a { background-color: rgb(102,105,126); }

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

border-color css

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

 span { border-color: rgb(102,105,126); }

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