Html Css Color HEX #666276 Dolphin

📋 copy color: '#666276'

red 102 ◦ green 98 ◦ blue 118

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

Shades of Dolphin #666276

Tints of Dolphin #666276

RGB

 RED value IS 102 (40.23% from 255) = 32.08%

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

 BLUE value IS 118 (46.48% from 255) = 37.11%

R = 32.08%
G = 30.82%
B = 37.11%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#666276 (or 0x666276) is known color: Dolphin. HEX triplet: 66, 62 and 76. RGB value is (102,98,118). Sum of RGB (Red+Green+Blue) = 102+98+118=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 118 - color contains mainly: blue. Hex color #666276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666276 is #999D89. Grayscale: #656565. Windows color (decimal): -10067338 or 7758438. OLE color: 7758438.

HSL color Cylindrical-coordinate representation of color #666276: hue angle of 252º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #666276 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 98 118 -
CMYK 0.14 0.17 0 0.54
HSL 252º 0.09% 0.42% -
HSV(B) 252º 0.17% 0.46% -
XYZ 13.12 12.87 18.93 -
YUV 101.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 102 98 118 0.14 0.17 0 0.54 252 0.09 0.42
Hex 66 62 76 E 11 0 36 FC 9 2A
Octal 146 142 166 16 21 0 66 374 11 52
Binary 1100110 1100010 1110110 1110 10001 0 110110 11111100 1001 101010

Color Harmonies of #666276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666276

Black with #666276

Text Example


Text Example

White with #666276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666276; }

 p { color: rgb(102,98,118); }

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

background-color css

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

 a { background-color: rgb(102,98,118); }

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

border-color css

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

 span { border-color: rgb(102,98,118); }

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