Html Css Color HEX #696477 Dolphin

📋 copy color: '#696477'

red 105 ◦ green 100 ◦ blue 119

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

Shades of Dolphin #696477

Tints of Dolphin #696477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.86%

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

R = 32.41%
G = 30.86%
B = 36.73%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#696477 (or 0x696477) is known color: Dolphin. HEX triplet: 69, 64 and 77. RGB value is (105,100,119). Sum of RGB (Red+Green+Blue) = 105+100+119=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 119 - color contains mainly: blue. Hex color #696477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696477 is #969B88. Grayscale: #676767. Windows color (decimal): -9870217 or 7824489. OLE color: 7824489.

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

Color convert

RGB 105 100 119 -
CMYK 0.12 0.16 0 0.53
HSL 255.79º 0.09% 0.43% -
HSV(B) 255.79º 0.16% 0.47% -
XYZ 13.71 13.45 19.33 -
YUV 103.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 105 100 119 0.12 0.16 0 0.53 255.79 0.09 0.43
Hex 69 64 77 C 10 0 35 100 9 2B
Octal 151 144 167 14 20 0 65 400 11 53
Binary 1101001 1100100 1110111 1100 10000 0 110101 100000000 1001 101011

Color Harmonies of #696477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696477

Black with #696477

Text Example


Text Example

White with #696477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696477; }

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

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

background-color css

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

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

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

border-color css

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

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

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