Html Css Color HEX #676279 Dolphin

📋 copy color: '#676279'

red 103 ◦ green 98 ◦ blue 121

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

Shades of Dolphin #676279

Tints of Dolphin #676279

RGB

 RED value IS 103 (40.63% from 255) = 31.99%

 GREEN value IS 98 (38.67% from 255) = 30.43%

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

R = 31.99%
G = 30.43%
B = 37.58%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#676279 (or 0x676279) is known color: Dolphin. HEX triplet: 67, 62 and 79. RGB value is (103,98,121). Sum of RGB (Red+Green+Blue) = 103+98+121=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 121 - color contains mainly: blue. Hex color #676279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676279 is #989D86. Grayscale: #666666. Windows color (decimal): -10001799 or 7955047. OLE color: 7955047.

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

Color convert

RGB 103 98 121 -
CMYK 0.15 0.19 0 0.53
HSL 253.04º 0.11% 0.43% -
HSV(B) 253.04º 0.19% 0.47% -
XYZ 13.41 13 19.89 -
YUV 102.12 138.66 128.63 -
System Red Green Blue C M Y K H S L
Decimal 103 98 121 0.15 0.19 0 0.53 253.04 0.11 0.43
Hex 67 62 79 F 13 0 35 FD B 2B
Octal 147 142 171 17 23 0 65 375 13 53
Binary 1100111 1100010 1111001 1111 10011 0 110101 11111101 1011 101011

Color Harmonies of #676279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676279

Black with #676279

Text Example


Text Example

White with #676279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676279; }

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

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

background-color css

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

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

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

border-color css

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

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

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