Html Css Color HEX #638E9C Horizon

📋 copy color: '#638E9C'

red 99 ◦ green 142 ◦ blue 156

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

Shades of Horizon #638E9C

Tints of Horizon #638E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.29%

R = 24.94%
G = 35.77%
B = 39.29%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#638E9C (or 0x638E9C) is known color: Horizon. HEX triplet: 63, 8E and 9C. RGB value is (99,142,156). Sum of RGB (Red+Green+Blue) = 99+142+156=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 156 - color contains mainly: blue. Hex color #638E9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638E9C is #9C7163. Grayscale: #828282. Windows color (decimal): -10252644 or 10260067. OLE color: 10260067.

HSL color Cylindrical-coordinate representation of color #638E9C: hue angle of 194.74º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #638E9C is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 142 156 -
CMYK 0.37 0.09 0 0.39
HSL 194.74º 0.22% 0.5% -
HSV(B) 194.74º 0.37% 0.61% -
XYZ 20.82 24.4 35.06 -
YUV 130.74 142.25 105.36 -
System Red Green Blue C M Y K H S L
Decimal 99 142 156 0.37 0.09 0 0.39 194.74 0.22 0.5
Hex 63 8E 9C 25 9 0 27 C3 16 32
Octal 143 216 234 45 11 0 47 303 26 62
Binary 1100011 10001110 10011100 100101 1001 0 100111 11000011 10110 110010

Color Harmonies of #638E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638E9C

Black with #638E9C

Text Example


Text Example

White with #638E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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