Html Css Color HEX #696978 Comet

📋 copy color: '#696978'

red 105 ◦ green 105 ◦ blue 120

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

Shades of Comet #696978

Tints of Comet #696978

RGB

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

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

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

R = 31.82%
G = 31.82%
B = 36.36%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#696978 (or 0x696978) is known color: Comet. HEX triplet: 69, 69 and 78. RGB value is (105,105,120). Sum of RGB (Red+Green+Blue) = 105+105+120=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 120 - color contains mainly: blue. Hex color #696978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696978 is #969687. Grayscale: #6A6A6A. Windows color (decimal): -9868936 or 7891305. OLE color: 7891305.

HSL color Cylindrical-coordinate representation of color #696978: hue angle of 240º 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 #696978 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 105 120 -
CMYK 0.13 0.13 0 0.53
HSL 240º 0.07% 0.44% -
HSV(B) 240º 0.13% 0.47% -
XYZ 14.27 14.46 19.81 -
YUV 106.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 105 105 120 0.13 0.13 0 0.53 240 0.07 0.44
Hex 69 69 78 D D 0 35 F0 7 2C
Octal 151 151 170 15 15 0 65 360 7 54
Binary 1101001 1101001 1111000 1101 1101 0 110101 11110000 111 101100

Color Harmonies of #696978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696978

Black with #696978

Text Example


Text Example

White with #696978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696978; }

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

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

background-color css

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

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

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

border-color css

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

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

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