Html Css Color HEX #696874 Dolphin

📋 copy color: '#696874'

red 105 ◦ green 104 ◦ blue 116

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

Shades of Dolphin #696874

Tints of Dolphin #696874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32%

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

R = 32.31%
G = 32%
B = 35.69%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#696874 (or 0x696874) is known color: Dolphin. HEX triplet: 69, 68 and 74. RGB value is (105,104,116). Sum of RGB (Red+Green+Blue) = 105+104+116=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 116 - color contains mainly: blue. Hex color #696874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696874 is #96978B. Grayscale: #696969. Windows color (decimal): -9869196 or 7628905. OLE color: 7628905.

HSL color Cylindrical-coordinate representation of color #696874: hue angle of 245º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #696874 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 104 116 -
CMYK 0.09 0.10 0 0.55
HSL 245º 0.05% 0.43% -
HSV(B) 245º 0.1% 0.45% -
XYZ 13.93 14.16 18.52 -
YUV 105.67 133.83 127.52 -
System Red Green Blue C M Y K H S L
Decimal 105 104 116 0.09 0.10 0 0.55 245 0.05 0.43
Hex 69 68 74 9 A 0 37 F5 5 2B
Octal 151 150 164 11 12 0 67 365 5 53
Binary 1101001 1101000 1110100 1001 1010 0 110111 11110101 101 101011

Color Harmonies of #696874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696874

Black with #696874

Text Example


Text Example

White with #696874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696874; }

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

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

background-color css

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

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

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

border-color css

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

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

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