Html Css Color HEX #696876 Dolphin

📋 copy color: '#696876'

red 105 ◦ green 104 ◦ blue 118

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

Shades of Dolphin #696876

Tints of Dolphin #696876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.09%

R = 32.11%
G = 31.8%
B = 36.09%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#696876 (or 0x696876) is known color: Dolphin. HEX triplet: 69, 68 and 76. RGB value is (105,104,118). Sum of RGB (Red+Green+Blue) = 105+104+118=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 118 - color contains mainly: blue. Hex color #696876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696876 is #969789. Grayscale: #696969. Windows color (decimal): -9869194 or 7759977. OLE color: 7759977.

HSL color Cylindrical-coordinate representation of color #696876: hue angle of 244.29º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #696876 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 104 118 -
CMYK 0.11 0.12 0 0.54
HSL 244.29º 0.06% 0.44% -
HSV(B) 244.29º 0.12% 0.46% -
XYZ 14.05 14.21 19.14 -
YUV 105.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 105 104 118 0.11 0.12 0 0.54 244.29 0.06 0.44
Hex 69 68 76 B C 0 36 F4 6 2C
Octal 151 150 166 13 14 0 66 364 6 54
Binary 1101001 1101000 1110110 1011 1100 0 110110 11110100 110 101100

Color Harmonies of #696876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696876

Black with #696876

Text Example


Text Example

White with #696876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696876; }

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

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

background-color css

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

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

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

border-color css

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

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

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