Html Css Color HEX #696679 Dolphin

📋 copy color: '#696679'

red 105 ◦ green 102 ◦ blue 121

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

Shades of Dolphin #696679

Tints of Dolphin #696679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 36.89%

R = 32.01%
G = 31.1%
B = 36.89%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#696679 (or 0x696679) is known color: Dolphin. HEX triplet: 69, 66 and 79. RGB value is (105,102,121). Sum of RGB (Red+Green+Blue) = 105+102+121=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 121 - color contains mainly: blue. Hex color #696679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696679 is #969986. Grayscale: #686868. Windows color (decimal): -9869703 or 7956073. OLE color: 7956073.

HSL color Cylindrical-coordinate representation of color #696679: hue angle of 249.47º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #696679 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 102 121 -
CMYK 0.13 0.16 0 0.53
HSL 249.47º 0.09% 0.44% -
HSV(B) 249.47º 0.16% 0.47% -
XYZ 14.03 13.89 20.03 -
YUV 105.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 105 102 121 0.13 0.16 0 0.53 249.47 0.09 0.44
Hex 69 66 79 D 10 0 35 F9 9 2C
Octal 151 146 171 15 20 0 65 371 11 54
Binary 1101001 1100110 1111001 1101 10000 0 110101 11111001 1001 101100

Color Harmonies of #696679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696679

Black with #696679

Text Example


Text Example

White with #696679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696679; }

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

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

background-color css

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

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

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

border-color css

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

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

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