Html Css Color HEX #639096 Gothic

📋 copy color: '#639096'

red 99 ◦ green 144 ◦ blue 150

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

Shades of Gothic #639096

Tints of Gothic #639096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.64%

 BLUE value IS 150 (58.98% from 255) = 38.17%

R = 25.19%
G = 36.64%
B = 38.17%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#639096 (or 0x639096) is known color: Gothic. HEX triplet: 63, 90 and 96. RGB value is (99,144,150). Sum of RGB (Red+Green+Blue) = 99+144+150=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 150 - color contains mainly: blue. Hex color #639096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639096 is #9C6F69. Grayscale: #838383. Windows color (decimal): -10252138 or 9867363. OLE color: 9867363.

HSL color Cylindrical-coordinate representation of color #639096: hue angle of 187.06º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #639096 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 144 150 -
CMYK 0.34 0.04 0 0.41
HSL 187.06º 0.2% 0.49% -
HSV(B) 187.06º 0.34% 0.59% -
XYZ 20.62 24.8 32.55 -
YUV 131.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 99 144 150 0.34 0.04 0 0.41 187.06 0.2 0.49
Hex 63 90 96 22 4 0 29 BB 14 31
Octal 143 220 226 42 4 0 51 273 24 61
Binary 1100011 10010000 10010110 100010 100 0 101001 10111011 10100 110001

Color Harmonies of #639096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639096

Black with #639096

Text Example


Text Example

White with #639096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639096; }

 p { color: rgb(99,144,150); }

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

background-color css

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

 a { background-color: rgb(99,144,150); }

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

border-color css

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

 span { border-color: rgb(99,144,150); }

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