Html Css Color HEX #696571 Dolphin

📋 copy color: '#696571'

red 105 ◦ green 101 ◦ blue 113

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

Shades of Dolphin #696571

Tints of Dolphin #696571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.42%

R = 32.92%
G = 31.66%
B = 35.42%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#696571 (or 0x696571) is known color: Dolphin. HEX triplet: 69, 65 and 71. RGB value is (105,101,113). Sum of RGB (Red+Green+Blue) = 105+101+113=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 113 - color contains mainly: blue. Hex color #696571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696571 is #969A8E. Grayscale: #676767. Windows color (decimal): -9869967 or 7431529. OLE color: 7431529.

HSL color Cylindrical-coordinate representation of color #696571: hue angle of 260º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #696571 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 101 113 -
CMYK 0.07 0.11 0 0.56
HSL 260º 0.06% 0.42% -
HSV(B) 260º 0.11% 0.44% -
XYZ 13.46 13.5 17.52 -
YUV 103.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 105 101 113 0.07 0.11 0 0.56 260 0.06 0.42
Hex 69 65 71 7 B 0 38 104 6 2A
Octal 151 145 161 7 13 0 70 404 6 52
Binary 1101001 1100101 1110001 111 1011 0 111000 100000100 110 101010

Color Harmonies of #696571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696571

Black with #696571

Text Example


Text Example

White with #696571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696571; }

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

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

background-color css

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

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

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

border-color css

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

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

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