Html Css Color HEX #639198 Horizon

📋 copy color: '#639198'

red 99 ◦ green 145 ◦ blue 152

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

Shades of Horizon #639198

Tints of Horizon #639198

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.62%

 BLUE value IS 152 (59.77% from 255) = 38.38%

R = 25%
G = 36.62%
B = 38.38%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#639198 (or 0x639198) is known color: Horizon. HEX triplet: 63, 91 and 98. RGB value is (99,145,152). Sum of RGB (Red+Green+Blue) = 99+145+152=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 152 - color contains mainly: blue. Hex color #639198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639198 is #9C6E67. Grayscale: #838383. Windows color (decimal): -10251880 or 9998691. OLE color: 9998691.

HSL color Cylindrical-coordinate representation of color #639198: hue angle of 187.92º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #639198 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 145 152 -
CMYK 0.35 0.05 0 0.40
HSL 187.92º 0.21% 0.49% -
HSV(B) 187.92º 0.35% 0.6% -
XYZ 20.94 25.17 33.46 -
YUV 132.04 139.26 104.43 -
System Red Green Blue C M Y K H S L
Decimal 99 145 152 0.35 0.05 0 0.40 187.92 0.21 0.49
Hex 63 91 98 23 5 0 28 BC 15 31
Octal 143 221 230 43 5 0 50 274 25 61
Binary 1100011 10010001 10011000 100011 101 0 101000 10111100 10101 110001

Color Harmonies of #639198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639198

Black with #639198

Text Example


Text Example

White with #639198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639198; }

 p { color: rgb(99,145,152); }

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

background-color css

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

 a { background-color: rgb(99,145,152); }

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

border-color css

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

 span { border-color: rgb(99,145,152); }

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