Html Css Color HEX #636076 Dolphin

📋 copy color: '#636076'

red 99 ◦ green 96 ◦ blue 118

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

Shades of Dolphin #636076

Tints of Dolphin #636076

RGB

 RED value IS 99 (39.06% from 255) = 31.63%

 GREEN value IS 96 (37.89% from 255) = 30.67%

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

R = 31.63%
G = 30.67%
B = 37.7%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#636076 (or 0x636076) is known color: Dolphin. HEX triplet: 63, 60 and 76. RGB value is (99,96,118). Sum of RGB (Red+Green+Blue) = 99+96+118=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 118 - color contains mainly: blue. Hex color #636076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636076 is #9C9F89. Grayscale: #636363. Windows color (decimal): -10264458 or 7757923. OLE color: 7757923.

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

Color convert

RGB 99 96 118 -
CMYK 0.16 0.19 0 0.54
HSL 248.18º 0.1% 0.42% -
HSV(B) 248.18º 0.19% 0.46% -
XYZ 12.6 12.33 18.85 -
YUV 99.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 99 96 118 0.16 0.19 0 0.54 248.18 0.1 0.42
Hex 63 60 76 10 13 0 36 F8 A 2A
Octal 143 140 166 20 23 0 66 370 12 52
Binary 1100011 1100000 1110110 10000 10011 0 110110 11111000 1010 101010

Color Harmonies of #636076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636076

Black with #636076

Text Example


Text Example

White with #636076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636076; }

 p { color: rgb(99,96,118); }

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

background-color css

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

 a { background-color: rgb(99,96,118); }

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

border-color css

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

 span { border-color: rgb(99,96,118); }

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