Html Css Color HEX #638E98 Horizon

📋 copy color: '#638E98'

red 99 ◦ green 142 ◦ blue 152

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

Shades of Horizon #638E98

Tints of Horizon #638E98

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.13%

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

R = 25.19%
G = 36.13%
B = 38.68%

CMYK

 C value IS 0.35

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#638E98 (or 0x638E98) is known color: Horizon. HEX triplet: 63, 8E and 98. RGB value is (99,142,152). Sum of RGB (Red+Green+Blue) = 99+142+152=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 152 - color contains mainly: blue. Hex color #638E98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638E98 is #9C7167. Grayscale: #828282. Windows color (decimal): -10252648 or 9997923. OLE color: 9997923.

HSL color Cylindrical-coordinate representation of color #638E98: hue angle of 191.32º 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 #638E98 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 142 152 -
CMYK 0.35 0.07 0 0.40
HSL 191.32º 0.21% 0.49% -
HSV(B) 191.32º 0.35% 0.6% -
XYZ 20.49 24.27 33.31 -
YUV 130.28 140.25 105.69 -
System Red Green Blue C M Y K H S L
Decimal 99 142 152 0.35 0.07 0 0.40 191.32 0.21 0.49
Hex 63 8E 98 23 7 0 28 BF 15 31
Octal 143 216 230 43 7 0 50 277 25 61
Binary 1100011 10001110 10011000 100011 111 0 101000 10111111 10101 110001

Color Harmonies of #638E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638E98

Black with #638E98

Text Example


Text Example

White with #638E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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