Html Css Color HEX #638A94 Horizon

📋 copy color: '#638A94'

red 99 ◦ green 138 ◦ blue 148

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

Shades of Horizon #638A94

Tints of Horizon #638A94

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.84%

 BLUE value IS 148 (58.2% from 255) = 38.44%

R = 25.71%
G = 35.84%
B = 38.44%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#638A94 (or 0x638A94) is known color: Horizon. HEX triplet: 63, 8A and 94. RGB value is (99,138,148). Sum of RGB (Red+Green+Blue) = 99+138+148=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 148 - color contains mainly: blue. Hex color #638A94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638A94 is #9C756B. Grayscale: #7F7F7F. Windows color (decimal): -10253676 or 9734755. OLE color: 9734755.

HSL color Cylindrical-coordinate representation of color #638A94: hue angle of 192.24º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #638A94 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 138 148 -
CMYK 0.33 0.07 0 0.42
HSL 192.24º 0.2% 0.48% -
HSV(B) 192.24º 0.33% 0.58% -
XYZ 19.58 22.97 31.42 -
YUV 127.48 139.58 107.69 -
System Red Green Blue C M Y K H S L
Decimal 99 138 148 0.33 0.07 0 0.42 192.24 0.2 0.48
Hex 63 8A 94 21 7 0 2A C0 14 30
Octal 143 212 224 41 7 0 52 300 24 60
Binary 1100011 10001010 10010100 100001 111 0 101010 11000000 10100 110000

Color Harmonies of #638A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638A94

Black with #638A94

Text Example


Text Example

White with #638A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,138,148); }

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

background-color css

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

 a { background-color: rgb(99,138,148); }

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

border-color css

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

 span { border-color: rgb(99,138,148); }

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