Html Css Color HEX #696B7C Comet

📋 copy color: '#696B7C'

red 105 ◦ green 107 ◦ blue 124

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

Shades of Comet #696B7C

Tints of Comet #696B7C

RGB

 RED value IS 105 (41.41% from 255) = 31.25%

 GREEN value IS 107 (42.19% from 255) = 31.85%

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

R = 31.25%
G = 31.85%
B = 36.9%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#696B7C (or 0x696B7C) is known color: Comet. HEX triplet: 69, 6B and 7C. RGB value is (105,107,124). Sum of RGB (Red+Green+Blue) = 105+107+124=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 124 - color contains mainly: blue. Hex color #696B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696B7C is #969483. Grayscale: #6C6C6C. Windows color (decimal): -9868420 or 8153961. OLE color: 8153961.

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

Color convert

RGB 105 107 124 -
CMYK 0.15 0.14 0 0.51
HSL 233.68º 0.08% 0.45% -
HSV(B) 233.68º 0.15% 0.49% -
XYZ 14.72 14.97 21.18 -
YUV 108.34 136.84 125.62 -
System Red Green Blue C M Y K H S L
Decimal 105 107 124 0.15 0.14 0 0.51 233.68 0.08 0.45
Hex 69 6B 7C F E 0 33 EA 8 2D
Octal 151 153 174 17 16 0 63 352 10 55
Binary 1101001 1101011 1111100 1111 1110 0 110011 11101010 1000 101101

Color Harmonies of #696B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B7C

Black with #696B7C

Text Example


Text Example

White with #696B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696B7C; }

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

 H1.HeaderClassName
 {
   color: #696B7C;
 }
 .AnyTagClassName
 {
   color: #696B7C;
 }
</style>

background-color css

<style>
 a { background-color: #696B7C; }

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

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

border-color css

<style>
 span { border-color: #696B7C; }

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

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