Html Css Color HEX #676274 Dolphin

📋 copy color: '#676274'

red 103 ◦ green 98 ◦ blue 116

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

Shades of Dolphin #676274

Tints of Dolphin #676274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.59%

R = 32.49%
G = 30.91%
B = 36.59%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#676274 (or 0x676274) is known color: Dolphin. HEX triplet: 67, 62 and 74. RGB value is (103,98,116). Sum of RGB (Red+Green+Blue) = 103+98+116=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 116 - color contains mainly: blue. Hex color #676274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676274 is #989D8B. Grayscale: #656565. Windows color (decimal): -10001804 or 7627367. OLE color: 7627367.

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

Color convert

RGB 103 98 116 -
CMYK 0.11 0.16 0 0.55
HSL 256.67º 0.08% 0.42% -
HSV(B) 256.67º 0.16% 0.45% -
XYZ 13.11 12.88 18.32 -
YUV 101.55 136.16 129.04 -
System Red Green Blue C M Y K H S L
Decimal 103 98 116 0.11 0.16 0 0.55 256.67 0.08 0.42
Hex 67 62 74 B 10 0 37 101 8 2A
Octal 147 142 164 13 20 0 67 401 10 52
Binary 1100111 1100010 1110100 1011 10000 0 110111 100000001 1000 101010

Color Harmonies of #676274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676274

Black with #676274

Text Example


Text Example

White with #676274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676274; }

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

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

background-color css

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

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

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

border-color css

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

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

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