Html Css Color HEX #696573 Dolphin

📋 copy color: '#696573'

red 105 ◦ green 101 ◦ blue 115

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

Shades of Dolphin #696573

Tints of Dolphin #696573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.46%

 BLUE value IS 115 (45.31% from 255) = 35.83%

R = 32.71%
G = 31.46%
B = 35.83%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#696573 (or 0x696573) is known color: Dolphin. HEX triplet: 69, 65 and 73. RGB value is (105,101,115). Sum of RGB (Red+Green+Blue) = 105+101+115=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 115 - color contains mainly: blue. Hex color #696573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696573 is #969A8C. Grayscale: #676767. Windows color (decimal): -9869965 or 7562601. OLE color: 7562601.

HSL color Cylindrical-coordinate representation of color #696573: hue angle of 257.14º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #696573 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 101 115 -
CMYK 0.09 0.12 0 0.55
HSL 257.14º 0.06% 0.42% -
HSV(B) 257.14º 0.12% 0.45% -
XYZ 13.57 13.55 18.12 -
YUV 103.79 134.33 128.86 -
System Red Green Blue C M Y K H S L
Decimal 105 101 115 0.09 0.12 0 0.55 257.14 0.06 0.42
Hex 69 65 73 9 C 0 37 101 6 2A
Octal 151 145 163 11 14 0 67 401 6 52
Binary 1101001 1100101 1110011 1001 1100 0 110111 100000001 110 101010

Color Harmonies of #696573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696573

Black with #696573

Text Example


Text Example

White with #696573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696573; }

 p { color: rgb(105,101,115); }

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

background-color css

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

 a { background-color: rgb(105,101,115); }

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

border-color css

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

 span { border-color: rgb(105,101,115); }

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