Html Css Color HEX #66687D Comet

📋 copy color: '#66687D'

red 102 ◦ green 104 ◦ blue 125

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

Shades of Comet #66687D

Tints of Comet #66687D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.76%

R = 30.82%
G = 31.42%
B = 37.76%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#66687D (or 0x66687D) is known color: Comet. HEX triplet: 66, 68 and 7D. RGB value is (102,104,125). Sum of RGB (Red+Green+Blue) = 102+104+125=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 125 - color contains mainly: blue. Hex color #66687D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66687D is #999782. Grayscale: #696969. Windows color (decimal): -10065795 or 8218726. OLE color: 8218726.

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

Color convert

RGB 102 104 125 -
CMYK 0.18 0.17 0 0.51
HSL 234.78º 0.1% 0.45% -
HSV(B) 234.78º 0.18% 0.49% -
XYZ 14.13 14.21 21.4 -
YUV 105.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 102 104 125 0.18 0.17 0 0.51 234.78 0.1 0.45
Hex 66 68 7D 12 11 0 33 EB A 2D
Octal 146 150 175 22 21 0 63 353 12 55
Binary 1100110 1101000 1111101 10010 10001 0 110011 11101011 1010 101101

Color Harmonies of #66687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66687D

Black with #66687D

Text Example


Text Example

White with #66687D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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