Html Css Color HEX #696575 Dolphin

📋 copy color: '#696575'

red 105 ◦ green 101 ◦ blue 117

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

Shades of Dolphin #696575

Tints of Dolphin #696575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.22%

R = 32.51%
G = 31.27%
B = 36.22%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#696575 (or 0x696575) is known color: Dolphin. HEX triplet: 69, 65 and 75. RGB value is (105,101,117). Sum of RGB (Red+Green+Blue) = 105+101+117=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 117 - color contains mainly: blue. Hex color #696575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696575 is #969A8A. Grayscale: #676767. Windows color (decimal): -9869963 or 7693673. OLE color: 7693673.

HSL color Cylindrical-coordinate representation of color #696575: hue angle of 255º degrees, saturation: 0.07, 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 #696575 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 101 117 -
CMYK 0.10 0.14 0 0.54
HSL 255º 0.07% 0.43% -
HSV(B) 255º 0.14% 0.46% -
XYZ 13.69 13.59 18.73 -
YUV 104.02 135.33 128.7 -
System Red Green Blue C M Y K H S L
Decimal 105 101 117 0.10 0.14 0 0.54 255 0.07 0.43
Hex 69 65 75 A E 0 36 FF 7 2B
Octal 151 145 165 12 16 0 66 377 7 53
Binary 1101001 1100101 1110101 1010 1110 0 110110 11111111 111 101011

Color Harmonies of #696575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696575

Black with #696575

Text Example


Text Example

White with #696575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696575; }

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

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

background-color css

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

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

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

border-color css

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

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

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