Html Css Color HEX #696671 Dolphin

📋 copy color: '#696671'

red 105 ◦ green 102 ◦ blue 113

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

Shades of Dolphin #696671

Tints of Dolphin #696671

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.88%

 BLUE value IS 113 (44.53% from 255) = 35.31%

R = 32.81%
G = 31.88%
B = 35.31%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#696671 (or 0x696671) is known color: Dolphin. HEX triplet: 69, 66 and 71. RGB value is (105,102,113). Sum of RGB (Red+Green+Blue) = 105+102+113=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 113 - color contains mainly: blue. Hex color #696671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696671 is #96998E. Grayscale: #686868. Windows color (decimal): -9869711 or 7431785. OLE color: 7431785.

HSL color Cylindrical-coordinate representation of color #696671: hue angle of 256.36º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #696671 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 102 113 -
CMYK 0.07 0.10 0 0.56
HSL 256.36º 0.05% 0.42% -
HSV(B) 256.36º 0.1% 0.44% -
XYZ 13.56 13.7 17.55 -
YUV 104.15 132.99 128.61 -
System Red Green Blue C M Y K H S L
Decimal 105 102 113 0.07 0.10 0 0.56 256.36 0.05 0.42
Hex 69 66 71 7 A 0 38 100 5 2A
Octal 151 146 161 7 12 0 70 400 5 52
Binary 1101001 1100110 1110001 111 1010 0 111000 100000000 101 101010

Color Harmonies of #696671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696671

Black with #696671

Text Example


Text Example

White with #696671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696671; }

 p { color: rgb(105,102,113); }

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

background-color css

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

 a { background-color: rgb(105,102,113); }

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

border-color css

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

 span { border-color: rgb(105,102,113); }

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