Html Css Color HEX #696C7D Comet

📋 copy color: '#696C7D'

red 105 ◦ green 108 ◦ blue 125

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

Shades of Comet #696C7D

Tints of Comet #696C7D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.95%

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

R = 31.07%
G = 31.95%
B = 36.98%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#696C7D (or 0x696C7D) is known color: Comet. HEX triplet: 69, 6C and 7D. RGB value is (105,108,125). Sum of RGB (Red+Green+Blue) = 105+108+125=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 125 - color contains mainly: blue. Hex color #696C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696C7D is #969382. Grayscale: #6C6C6C. Windows color (decimal): -9868163 or 8219753. OLE color: 8219753.

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

Color convert

RGB 105 108 125 -
CMYK 0.16 0.14 0 0.51
HSL 231º 0.09% 0.45% -
HSV(B) 231º 0.16% 0.49% -
XYZ 14.89 15.21 21.55 -
YUV 109.04 137.01 125.12 -
System Red Green Blue C M Y K H S L
Decimal 105 108 125 0.16 0.14 0 0.51 231 0.09 0.45
Hex 69 6C 7D 10 E 0 33 E7 9 2D
Octal 151 154 175 20 16 0 63 347 11 55
Binary 1101001 1101100 1111101 10000 1110 0 110011 11100111 1001 101101

Color Harmonies of #696C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696C7D

Black with #696C7D

Text Example


Text Example

White with #696C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,108,125); }

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

background-color css

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

 a { background-color: rgb(105,108,125); }

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

border-color css

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

 span { border-color: rgb(105,108,125); }

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