Html Css Color HEX #696576 Dolphin

📋 copy color: '#696576'

red 105 ◦ green 101 ◦ blue 118

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

Shades of Dolphin #696576

Tints of Dolphin #696576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.17%

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

R = 32.41%
G = 31.17%
B = 36.42%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#696576 (or 0x696576) is known color: Dolphin. HEX triplet: 69, 65 and 76. RGB value is (105,101,118). Sum of RGB (Red+Green+Blue) = 105+101+118=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 118 - color contains mainly: blue. Hex color #696576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696576 is #969A89. Grayscale: #686868. Windows color (decimal): -9869962 or 7759209. OLE color: 7759209.

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

Color convert

RGB 105 101 118 -
CMYK 0.11 0.14 0 0.54
HSL 254.12º 0.08% 0.43% -
HSV(B) 254.12º 0.14% 0.46% -
XYZ 13.75 13.62 19.04 -
YUV 104.13 135.83 128.62 -
System Red Green Blue C M Y K H S L
Decimal 105 101 118 0.11 0.14 0 0.54 254.12 0.08 0.43
Hex 69 65 76 B E 0 36 FE 8 2B
Octal 151 145 166 13 16 0 66 376 10 53
Binary 1101001 1100101 1110110 1011 1110 0 110110 11111110 1000 101011

Color Harmonies of #696576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696576

Black with #696576

Text Example


Text Example

White with #696576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696576; }

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

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

background-color css

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

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

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

border-color css

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

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

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