Html Css Color HEX #696875 Dolphin

📋 copy color: '#696875'

red 105 ◦ green 104 ◦ blue 117

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

Shades of Dolphin #696875

Tints of Dolphin #696875

RGB

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

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

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

R = 32.21%
G = 31.9%
B = 35.89%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#696875 (or 0x696875) is known color: Dolphin. HEX triplet: 69, 68 and 75. RGB value is (105,104,117). Sum of RGB (Red+Green+Blue) = 105+104+117=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 117 - color contains mainly: blue. Hex color #696875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696875 is #96978A. Grayscale: #696969. Windows color (decimal): -9869195 or 7694441. OLE color: 7694441.

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

Color convert

RGB 105 104 117 -
CMYK 0.10 0.11 0 0.54
HSL 244.62º 0.06% 0.43% -
HSV(B) 244.62º 0.11% 0.46% -
XYZ 13.99 14.19 18.83 -
YUV 105.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 105 104 117 0.10 0.11 0 0.54 244.62 0.06 0.43
Hex 69 68 75 A B 0 36 F5 6 2B
Octal 151 150 165 12 13 0 66 365 6 53
Binary 1101001 1101000 1110101 1010 1011 0 110110 11110101 110 101011

Color Harmonies of #696875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696875

Black with #696875

Text Example


Text Example

White with #696875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696875; }

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

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

background-color css

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

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

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

border-color css

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

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

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