Html Css Color HEX #638D9C Horizon

📋 copy color: '#638D9C'

red 99 ◦ green 141 ◦ blue 156

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

Shades of Horizon #638D9C

Tints of Horizon #638D9C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.61%

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

R = 25%
G = 35.61%
B = 39.39%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#638D9C (or 0x638D9C) is known color: Horizon. HEX triplet: 63, 8D and 9C. RGB value is (99,141,156). Sum of RGB (Red+Green+Blue) = 99+141+156=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 156 - color contains mainly: blue. Hex color #638D9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638D9C is #9C7263. Grayscale: #828282. Windows color (decimal): -10252900 or 10259811. OLE color: 10259811.

HSL color Cylindrical-coordinate representation of color #638D9C: hue angle of 195.79º 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 #638D9C is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 141 156 -
CMYK 0.37 0.10 0 0.39
HSL 195.79º 0.22% 0.5% -
HSV(B) 195.79º 0.37% 0.61% -
XYZ 20.67 24.1 35.02 -
YUV 130.15 142.59 105.78 -
System Red Green Blue C M Y K H S L
Decimal 99 141 156 0.37 0.10 0 0.39 195.79 0.22 0.5
Hex 63 8D 9C 25 A 0 27 C4 16 32
Octal 143 215 234 45 12 0 47 304 26 62
Binary 1100011 10001101 10011100 100101 1010 0 100111 11000100 10110 110010

Color Harmonies of #638D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638D9C

Black with #638D9C

Text Example


Text Example

White with #638D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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