Html Css Color HEX #66697B Comet

📋 copy color: '#66697B'

red 102 ◦ green 105 ◦ blue 123

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

Shades of Comet #66697B

Tints of Comet #66697B

RGB

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

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

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

R = 30.91%
G = 31.82%
B = 37.27%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#66697B (or 0x66697B) is known color: Comet. HEX triplet: 66, 69 and 7B. RGB value is (102,105,123). Sum of RGB (Red+Green+Blue) = 102+105+123=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 123 - color contains mainly: blue. Hex color #66697B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66697B is #999684. Grayscale: #6A6A6A. Windows color (decimal): -10065541 or 8087910. OLE color: 8087910.

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

Color convert

RGB 102 105 123 -
CMYK 0.17 0.15 0 0.52
HSL 231.43º 0.09% 0.44% -
HSV(B) 231.43º 0.17% 0.48% -
XYZ 14.11 14.36 20.77 -
YUV 106.16 137.51 125.04 -
System Red Green Blue C M Y K H S L
Decimal 102 105 123 0.17 0.15 0 0.52 231.43 0.09 0.44
Hex 66 69 7B 11 F 0 34 E7 9 2C
Octal 146 151 173 21 17 0 64 347 11 54
Binary 1100110 1101001 1111011 10001 1111 0 110100 11100111 1001 101100

Color Harmonies of #66697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66697B

Black with #66697B

Text Example


Text Example

White with #66697B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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