Html Css Color HEX #66687E Comet

📋 copy color: '#66687E'

red 102 ◦ green 104 ◦ blue 126

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

Shades of Comet #66687E

Tints of Comet #66687E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.33%

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

R = 30.72%
G = 31.33%
B = 37.95%

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

#66687E (or 0x66687E) is known color: Comet. HEX triplet: 66, 68 and 7E. RGB value is (102,104,126). Sum of RGB (Red+Green+Blue) = 102+104+126=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 126 - color contains mainly: blue. Hex color #66687E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66687E is #999781. Grayscale: #696969. Windows color (decimal): -10065794 or 8284262. OLE color: 8284262.

HSL color Cylindrical-coordinate representation of color #66687E: hue angle of 235º 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 #66687E is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 104 126 -
CMYK 0.19 0.17 0 0.51
HSL 235º 0.11% 0.45% -
HSV(B) 235º 0.19% 0.49% -
XYZ 14.2 14.23 21.74 -
YUV 105.91 139.34 125.21 -
System Red Green Blue C M Y K H S L
Decimal 102 104 126 0.19 0.17 0 0.51 235 0.11 0.45
Hex 66 68 7E 13 11 0 33 EB B 2D
Octal 146 150 176 23 21 0 63 353 13 55
Binary 1100110 1101000 1111110 10011 10001 0 110011 11101011 1011 101101

Color Harmonies of #66687E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66687E

Black with #66687E

Text Example


Text Example

White with #66687E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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