Html Css Color HEX #696677 Dolphin

📋 copy color: '#696677'

red 105 ◦ green 102 ◦ blue 119

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

Shades of Dolphin #696677

Tints of Dolphin #696677

RGB

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

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

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

R = 32.21%
G = 31.29%
B = 36.5%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#696677 (or 0x696677) is known color: Dolphin. HEX triplet: 69, 66 and 77. RGB value is (105,102,119). Sum of RGB (Red+Green+Blue) = 105+102+119=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 119 - color contains mainly: blue. Hex color #696677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696677 is #969988. Grayscale: #686868. Windows color (decimal): -9869705 or 7825001. OLE color: 7825001.

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

Color convert

RGB 105 102 119 -
CMYK 0.12 0.14 0 0.53
HSL 250.59º 0.08% 0.43% -
HSV(B) 250.59º 0.14% 0.47% -
XYZ 13.91 13.84 19.39 -
YUV 104.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 105 102 119 0.12 0.14 0 0.53 250.59 0.08 0.43
Hex 69 66 77 C E 0 35 FB 8 2B
Octal 151 146 167 14 16 0 65 373 10 53
Binary 1101001 1100110 1110111 1100 1110 0 110101 11111011 1000 101011

Color Harmonies of #696677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696677

Black with #696677

Text Example


Text Example

White with #696677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696677; }

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

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

background-color css

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

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

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

border-color css

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

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

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