Html Css Color HEX #636074 Dolphin

📋 copy color: '#636074'

red 99 ◦ green 96 ◦ blue 116

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

Shades of Dolphin #636074

Tints of Dolphin #636074

RGB

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

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

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

R = 31.83%
G = 30.87%
B = 37.3%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#636074 (or 0x636074) is known color: Dolphin. HEX triplet: 63, 60 and 74. RGB value is (99,96,116). Sum of RGB (Red+Green+Blue) = 99+96+116=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 116 - color contains mainly: blue. Hex color #636074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636074 is #9C9F8B. Grayscale: #636363. Windows color (decimal): -10264460 or 7626851. OLE color: 7626851.

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

Color convert

RGB 99 96 116 -
CMYK 0.15 0.17 0 0.55
HSL 249º 0.09% 0.42% -
HSV(B) 249º 0.17% 0.45% -
XYZ 12.48 12.28 18.24 -
YUV 99.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 99 96 116 0.15 0.17 0 0.55 249 0.09 0.42
Hex 63 60 74 F 11 0 37 F9 9 2A
Octal 143 140 164 17 21 0 67 371 11 52
Binary 1100011 1100000 1110100 1111 10001 0 110111 11111001 1001 101010

Color Harmonies of #636074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636074

Black with #636074

Text Example


Text Example

White with #636074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636074; }

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

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

background-color css

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

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

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

border-color css

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

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

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