Html Css Color HEX #696475 Dolphin

📋 copy color: '#696475'

red 105 ◦ green 100 ◦ blue 117

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

Shades of Dolphin #696475

Tints of Dolphin #696475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.06%

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

R = 32.61%
G = 31.06%
B = 36.34%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#696475 (or 0x696475) is known color: Dolphin. HEX triplet: 69, 64 and 75. RGB value is (105,100,117). Sum of RGB (Red+Green+Blue) = 105+100+117=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 117 - color contains mainly: blue. Hex color #696475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696475 is #969B8A. Grayscale: #676767. Windows color (decimal): -9870219 or 7693417. OLE color: 7693417.

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

Color convert

RGB 105 100 117 -
CMYK 0.10 0.15 0 0.54
HSL 257.65º 0.08% 0.43% -
HSV(B) 257.65º 0.15% 0.46% -
XYZ 13.59 13.4 18.7 -
YUV 103.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 105 100 117 0.10 0.15 0 0.54 257.65 0.08 0.43
Hex 69 64 75 A F 0 36 102 8 2B
Octal 151 144 165 12 17 0 66 402 10 53
Binary 1101001 1100100 1110101 1010 1111 0 110110 100000010 1000 101011

Color Harmonies of #696475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696475

Black with #696475

Text Example


Text Example

White with #696475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696475; }

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

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

background-color css

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

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

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

border-color css

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

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

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