Html Css Color HEX #696B7D Comet

📋 copy color: '#696B7D'

red 105 ◦ green 107 ◦ blue 125

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

Shades of Comet #696B7D

Tints of Comet #696B7D

RGB

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

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

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

R = 31.16%
G = 31.75%
B = 37.09%

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

#696B7D (or 0x696B7D) is known color: Comet. HEX triplet: 69, 6B and 7D. RGB value is (105,107,125). Sum of RGB (Red+Green+Blue) = 105+107+125=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 125 - color contains mainly: blue. Hex color #696B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696B7D is #969482. Grayscale: #6C6C6C. Windows color (decimal): -9868419 or 8219497. OLE color: 8219497.

HSL color Cylindrical-coordinate representation of color #696B7D: hue angle of 234º 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 #696B7D is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 107 125 -
CMYK 0.16 0.14 0 0.51
HSL 234º 0.09% 0.45% -
HSV(B) 234º 0.16% 0.49% -
XYZ 14.79 15 21.52 -
YUV 108.45 137.34 125.54 -
System Red Green Blue C M Y K H S L
Decimal 105 107 125 0.16 0.14 0 0.51 234 0.09 0.45
Hex 69 6B 7D 10 E 0 33 EA 9 2D
Octal 151 153 175 20 16 0 63 352 11 55
Binary 1101001 1101011 1111101 10000 1110 0 110011 11101010 1001 101101

Color Harmonies of #696B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B7D

Black with #696B7D

Text Example


Text Example

White with #696B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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