Html Css Color HEX #696670 Dolphin

📋 copy color: '#696670'

red 105 ◦ green 102 ◦ blue 112

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

Shades of Dolphin #696670

Tints of Dolphin #696670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.97%

 BLUE value IS 112 (44.14% from 255) = 35.11%

R = 32.92%
G = 31.97%
B = 35.11%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#696670 (or 0x696670) is known color: Dolphin. HEX triplet: 69, 66 and 70. RGB value is (105,102,112). Sum of RGB (Red+Green+Blue) = 105+102+112=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 112 - color contains mainly: blue. Hex color #696670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696670 is #96998F. Grayscale: #686868. Windows color (decimal): -9869712 or 7366249. OLE color: 7366249.

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

Color convert

RGB 105 102 112 -
CMYK 0.06 0.09 0 0.56
HSL 258º 0.05% 0.42% -
HSV(B) 258º 0.09% 0.44% -
XYZ 13.5 13.68 17.26 -
YUV 104.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 105 102 112 0.06 0.09 0 0.56 258 0.05 0.42
Hex 69 66 70 6 9 0 38 102 5 2A
Octal 151 146 160 6 11 0 70 402 5 52
Binary 1101001 1100110 1110000 110 1001 0 111000 100000010 101 101010

Color Harmonies of #696670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696670

Black with #696670

Text Example


Text Example

White with #696670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696670; }

 p { color: rgb(105,102,112); }

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

background-color css

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

 a { background-color: rgb(105,102,112); }

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

border-color css

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

 span { border-color: rgb(105,102,112); }

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