Html Css Color HEX #696778 Dolphin

📋 copy color: '#696778'

red 105 ◦ green 103 ◦ blue 120

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

Shades of Dolphin #696778

Tints of Dolphin #696778

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.4%

 BLUE value IS 120 (47.27% from 255) = 36.59%

R = 32.01%
G = 31.4%
B = 36.59%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#696778 (or 0x696778) is known color: Dolphin. HEX triplet: 69, 67 and 78. RGB value is (105,103,120). Sum of RGB (Red+Green+Blue) = 105+103+120=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 120 - color contains mainly: blue. Hex color #696778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696778 is #969887. Grayscale: #696969. Windows color (decimal): -9869448 or 7890793. OLE color: 7890793.

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

Color convert

RGB 105 103 120 -
CMYK 0.13 0.14 0 0.53
HSL 247.06º 0.08% 0.44% -
HSV(B) 247.06º 0.14% 0.47% -
XYZ 14.07 14.06 19.74 -
YUV 105.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 105 103 120 0.13 0.14 0 0.53 247.06 0.08 0.44
Hex 69 67 78 D E 0 35 F7 8 2C
Octal 151 147 170 15 16 0 65 367 10 54
Binary 1101001 1100111 1111000 1101 1110 0 110101 11110111 1000 101100

Color Harmonies of #696778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696778

Black with #696778

Text Example


Text Example

White with #696778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696778; }

 p { color: rgb(105,103,120); }

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

background-color css

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

 a { background-color: rgb(105,103,120); }

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

border-color css

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

 span { border-color: rgb(105,103,120); }

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