Html Css Color HEX #696276 Dolphin

📋 copy color: '#696276'

red 105 ◦ green 98 ◦ blue 118

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

Shades of Dolphin #696276

Tints of Dolphin #696276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.53%

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

R = 32.71%
G = 30.53%
B = 36.76%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#696276 (or 0x696276) is known color: Dolphin. HEX triplet: 69, 62 and 76. RGB value is (105,98,118). Sum of RGB (Red+Green+Blue) = 105+98+118=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 118 - color contains mainly: blue. Hex color #696276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696276 is #969D89. Grayscale: #666666. Windows color (decimal): -9870730 or 7758441. OLE color: 7758441.

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

Color convert

RGB 105 98 118 -
CMYK 0.11 0.17 0 0.54
HSL 261º 0.09% 0.42% -
HSV(B) 261º 0.17% 0.46% -
XYZ 13.46 13.05 18.95 -
YUV 102.37 136.82 129.87 -
System Red Green Blue C M Y K H S L
Decimal 105 98 118 0.11 0.17 0 0.54 261 0.09 0.42
Hex 69 62 76 B 11 0 36 105 9 2A
Octal 151 142 166 13 21 0 66 405 11 52
Binary 1101001 1100010 1110110 1011 10001 0 110110 100000101 1001 101010

Color Harmonies of #696276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696276

Black with #696276

Text Example


Text Example

White with #696276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696276; }

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

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

background-color css

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

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

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

border-color css

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

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

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