Html Css Color HEX #696A78 Comet

📋 copy color: '#696A78'

red 105 ◦ green 106 ◦ blue 120

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

Shades of Comet #696A78

Tints of Comet #696A78

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.02%

 BLUE value IS 120 (47.27% from 255) = 36.25%

R = 31.72%
G = 32.02%
B = 36.25%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#696A78 (or 0x696A78) is known color: Comet. HEX triplet: 69, 6A and 78. RGB value is (105,106,120). Sum of RGB (Red+Green+Blue) = 105+106+120=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 120 - color contains mainly: blue. Hex color #696A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696A78 is #969587. Grayscale: #6B6B6B. Windows color (decimal): -9868680 or 7891561. OLE color: 7891561.

HSL color Cylindrical-coordinate representation of color #696A78: hue angle of 236º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #696A78 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 106 120 -
CMYK 0.13 0.12 0 0.53
HSL 236º 0.07% 0.44% -
HSV(B) 236º 0.13% 0.47% -
XYZ 14.37 14.67 19.84 -
YUV 107.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 105 106 120 0.13 0.12 0 0.53 236 0.07 0.44
Hex 69 6A 78 D C 0 35 EC 7 2C
Octal 151 152 170 15 14 0 65 354 7 54
Binary 1101001 1101010 1111000 1101 1100 0 110101 11101100 111 101100

Color Harmonies of #696A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696A78

Black with #696A78

Text Example


Text Example

White with #696A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,106,120); }

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

background-color css

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

 a { background-color: rgb(105,106,120); }

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

border-color css

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

 span { border-color: rgb(105,106,120); }

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