Html Css Color HEX #696374 Dolphin

📋 copy color: '#696374'

red 105 ◦ green 99 ◦ blue 116

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

Shades of Dolphin #696374

Tints of Dolphin #696374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.25%

R = 32.81%
G = 30.94%
B = 36.25%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#696374 (or 0x696374) is known color: Dolphin. HEX triplet: 69, 63 and 74. RGB value is (105,99,116). Sum of RGB (Red+Green+Blue) = 105+99+116=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 116 - color contains mainly: blue. Hex color #696374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696374 is #969C8B. Grayscale: #666666. Windows color (decimal): -9870476 or 7627625. OLE color: 7627625.

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

Color convert

RGB 105 99 116 -
CMYK 0.09 0.15 0 0.55
HSL 261.18º 0.08% 0.42% -
HSV(B) 261.18º 0.15% 0.45% -
XYZ 13.44 13.19 18.36 -
YUV 102.73 135.49 129.62 -
System Red Green Blue C M Y K H S L
Decimal 105 99 116 0.09 0.15 0 0.55 261.18 0.08 0.42
Hex 69 63 74 9 F 0 37 105 8 2A
Octal 151 143 164 11 17 0 67 405 10 52
Binary 1101001 1100011 1110100 1001 1111 0 110111 100000101 1000 101010

Color Harmonies of #696374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696374

Black with #696374

Text Example


Text Example

White with #696374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696374; }

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

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

background-color css

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

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

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

border-color css

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

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

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