Html Css Color HEX #696376 Dolphin

📋 copy color: '#696376'

red 105 ◦ green 99 ◦ blue 118

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

Shades of Dolphin #696376

Tints of Dolphin #696376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.75%

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

R = 32.61%
G = 30.75%
B = 36.65%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#696376 (or 0x696376) is known color: Dolphin. HEX triplet: 69, 63 and 76. RGB value is (105,99,118). Sum of RGB (Red+Green+Blue) = 105+99+118=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 118 - color contains mainly: blue. Hex color #696376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696376 is #969C89. Grayscale: #666666. Windows color (decimal): -9870474 or 7758697. OLE color: 7758697.

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

Color convert

RGB 105 99 118 -
CMYK 0.11 0.16 0 0.54
HSL 258.95º 0.09% 0.43% -
HSV(B) 258.95º 0.16% 0.46% -
XYZ 13.56 13.23 18.98 -
YUV 102.96 136.49 129.46 -
System Red Green Blue C M Y K H S L
Decimal 105 99 118 0.11 0.16 0 0.54 258.95 0.09 0.43
Hex 69 63 76 B 10 0 36 103 9 2B
Octal 151 143 166 13 20 0 66 403 11 53
Binary 1101001 1100011 1110110 1011 10000 0 110110 100000011 1001 101011

Color Harmonies of #696376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696376

Black with #696376

Text Example


Text Example

White with #696376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696376; }

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

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

background-color css

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

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

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

border-color css

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

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

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