Html Css Color HEX #676380 Dolphin

📋 copy color: '#676380'

red 103 ◦ green 99 ◦ blue 128

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

Shades of Dolphin #676380

Tints of Dolphin #676380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30%

 BLUE value IS 128 (50.39% from 255) = 38.79%

R = 31.21%
G = 30%
B = 38.79%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#676380 (or 0x676380) is known color: Dolphin. HEX triplet: 67, 63 and 80. RGB value is (103,99,128). Sum of RGB (Red+Green+Blue) = 103+99+128=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 128 - color contains mainly: blue. Hex color #676380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676380 is #989C7F. Grayscale: #676767. Windows color (decimal): -10001536 or 8414055. OLE color: 8414055.

HSL color Cylindrical-coordinate representation of color #676380: hue angle of 248.28º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #676380 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 103 99 128 -
CMYK 0.20 0.23 0 0.50
HSL 248.28º 0.13% 0.45% -
HSV(B) 248.28º 0.23% 0.5% -
XYZ 13.95 13.37 22.27 -
YUV 103.5 141.83 127.64 -
System Red Green Blue C M Y K H S L
Decimal 103 99 128 0.20 0.23 0 0.50 248.28 0.13 0.45
Hex 67 63 80 14 17 0 32 F8 D 2D
Octal 147 143 200 24 27 0 62 370 15 55
Binary 1100111 1100011 10000000 10100 10111 0 110010 11111000 1101 101101

Color Harmonies of #676380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676380

Black with #676380

Text Example


Text Example

White with #676380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676380; }

 p { color: rgb(103,99,128); }

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

background-color css

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

 a { background-color: rgb(103,99,128); }

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

border-color css

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

 span { border-color: rgb(103,99,128); }

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