Html Css Color HEX #696878 Comet

📋 copy color: '#696878'

red 105 ◦ green 104 ◦ blue 120

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

Shades of Comet #696878

Tints of Comet #696878

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.61%

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

R = 31.91%
G = 31.61%
B = 36.47%

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

#696878 (or 0x696878) is known color: Comet. HEX triplet: 69, 68 and 78. RGB value is (105,104,120). Sum of RGB (Red+Green+Blue) = 105+104+120=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 120 - color contains mainly: blue. Hex color #696878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696878 is #969787. Grayscale: #6A6A6A. Windows color (decimal): -9869192 or 7891049. OLE color: 7891049.

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

Color convert

RGB 105 104 120 -
CMYK 0.13 0.13 0 0.53
HSL 243.75º 0.07% 0.44% -
HSV(B) 243.75º 0.13% 0.47% -
XYZ 14.17 14.26 19.78 -
YUV 106.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 105 104 120 0.13 0.13 0 0.53 243.75 0.07 0.44
Hex 69 68 78 D D 0 35 F4 7 2C
Octal 151 150 170 15 15 0 65 364 7 54
Binary 1101001 1101000 1111000 1101 1101 0 110101 11110100 111 101100

Color Harmonies of #696878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696878

Black with #696878

Text Example


Text Example

White with #696878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696878; }

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

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

background-color css

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

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

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

border-color css

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

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

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