Html Css Color HEX #696779 Dolphin

📋 copy color: '#696779'

red 105 ◦ green 103 ◦ blue 121

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

Shades of Dolphin #696779

Tints of Dolphin #696779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 36.78%

R = 31.91%
G = 31.31%
B = 36.78%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#696779 (or 0x696779) is known color: Dolphin. HEX triplet: 69, 67 and 79. RGB value is (105,103,121). Sum of RGB (Red+Green+Blue) = 105+103+121=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 121 - color contains mainly: blue. Hex color #696779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696779 is #969886. Grayscale: #696969. Windows color (decimal): -9869447 or 7956329. OLE color: 7956329.

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

Color convert

RGB 105 103 121 -
CMYK 0.13 0.15 0 0.53
HSL 246.67º 0.08% 0.44% -
HSV(B) 246.67º 0.15% 0.47% -
XYZ 14.13 14.08 20.06 -
YUV 105.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 105 103 121 0.13 0.15 0 0.53 246.67 0.08 0.44
Hex 69 67 79 D F 0 35 F7 8 2C
Octal 151 147 171 15 17 0 65 367 10 54
Binary 1101001 1100111 1111001 1101 1111 0 110101 11110111 1000 101100

Color Harmonies of #696779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696779

Black with #696779

Text Example


Text Example

White with #696779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696779; }

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

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

background-color css

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

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

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

border-color css

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

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

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