Html Css Color HEX #696675 Dolphin

📋 copy color: '#696675'

red 105 ◦ green 102 ◦ blue 117

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

Shades of Dolphin #696675

Tints of Dolphin #696675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.11%

R = 32.41%
G = 31.48%
B = 36.11%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#696675 (or 0x696675) is known color: Dolphin. HEX triplet: 69, 66 and 75. RGB value is (105,102,117). Sum of RGB (Red+Green+Blue) = 105+102+117=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 117 - color contains mainly: blue. Hex color #696675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696675 is #96998A. Grayscale: #686868. Windows color (decimal): -9869707 or 7693929. OLE color: 7693929.

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

Color convert

RGB 105 102 117 -
CMYK 0.10 0.13 0 0.54
HSL 252º 0.07% 0.43% -
HSV(B) 252º 0.13% 0.46% -
XYZ 13.79 13.79 18.76 -
YUV 104.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 105 102 117 0.10 0.13 0 0.54 252 0.07 0.43
Hex 69 66 75 A D 0 36 FC 7 2B
Octal 151 146 165 12 15 0 66 374 7 53
Binary 1101001 1100110 1110101 1010 1101 0 110110 11111100 111 101011

Color Harmonies of #696675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696675

Black with #696675

Text Example


Text Example

White with #696675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696675; }

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

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

background-color css

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

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

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

border-color css

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

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

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