Html Css Color HEX #696377 Dolphin

📋 copy color: '#696377'

red 105 ◦ green 99 ◦ blue 119

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

Shades of Dolphin #696377

Tints of Dolphin #696377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.84%

R = 32.51%
G = 30.65%
B = 36.84%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#696377 (or 0x696377) is known color: Dolphin. HEX triplet: 69, 63 and 77. RGB value is (105,99,119). Sum of RGB (Red+Green+Blue) = 105+99+119=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 119 - color contains mainly: blue. Hex color #696377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696377 is #969C88. Grayscale: #676767. Windows color (decimal): -9870473 or 7824233. OLE color: 7824233.

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

Color convert

RGB 105 99 119 -
CMYK 0.12 0.17 0 0.53
HSL 258º 0.09% 0.43% -
HSV(B) 258º 0.17% 0.47% -
XYZ 13.62 13.26 19.29 -
YUV 103.07 136.99 129.37 -
System Red Green Blue C M Y K H S L
Decimal 105 99 119 0.12 0.17 0 0.53 258 0.09 0.43
Hex 69 63 77 C 11 0 35 102 9 2B
Octal 151 143 167 14 21 0 65 402 11 53
Binary 1101001 1100011 1110111 1100 10001 0 110101 100000010 1001 101011

Color Harmonies of #696377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696377

Black with #696377

Text Example


Text Example

White with #696377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696377; }

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

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

background-color css

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

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

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

border-color css

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

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

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