Html Css Color HEX #676273 Dolphin

📋 copy color: '#676273'

red 103 ◦ green 98 ◦ blue 115

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

Shades of Dolphin #676273

Tints of Dolphin #676273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.39%

R = 32.59%
G = 31.01%
B = 36.39%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#676273 (or 0x676273) is known color: Dolphin. HEX triplet: 67, 62 and 73. RGB value is (103,98,115). Sum of RGB (Red+Green+Blue) = 103+98+115=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 115 - color contains mainly: blue. Hex color #676273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676273 is #989D8C. Grayscale: #656565. Windows color (decimal): -10001805 or 7561831. OLE color: 7561831.

HSL color Cylindrical-coordinate representation of color #676273: hue angle of 257.65º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #676273 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 98 115 -
CMYK 0.10 0.15 0 0.55
HSL 257.65º 0.08% 0.42% -
HSV(B) 257.65º 0.15% 0.45% -
XYZ 13.06 12.86 18.01 -
YUV 101.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 103 98 115 0.10 0.15 0 0.55 257.65 0.08 0.42
Hex 67 62 73 A F 0 37 102 8 2A
Octal 147 142 163 12 17 0 67 402 10 52
Binary 1100111 1100010 1110011 1010 1111 0 110111 100000010 1000 101010

Color Harmonies of #676273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676273

Black with #676273

Text Example


Text Example

White with #676273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676273; }

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

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

background-color css

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

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

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

border-color css

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

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

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