Html Css Color HEX #618C9E Horizon

📋 copy color: '#618C9E'

red 97 ◦ green 140 ◦ blue 158

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

Shades of Horizon #618C9E

Tints of Horizon #618C9E

RGB

 RED value IS 97 (38.28% from 255) = 24.56%

 GREEN value IS 140 (55.08% from 255) = 35.44%

 BLUE value IS 158 (62.11% from 255) = 40%

R = 24.56%
G = 35.44%
B = 40%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#618C9E (or 0x618C9E) is known color: Horizon. HEX triplet: 61, 8C and 9E. RGB value is (97,140,158). Sum of RGB (Red+Green+Blue) = 97+140+158=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 158 - color contains mainly: blue. Hex color #618C9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618C9E is #9E7361. Grayscale: #818181. Windows color (decimal): -10384226 or 10390625. OLE color: 10390625.

HSL color Cylindrical-coordinate representation of color #618C9E: hue angle of 197.7º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #618C9E is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 140 158 -
CMYK 0.39 0.11 0 0.38
HSL 197.7º 0.24% 0.5% -
HSV(B) 197.7º 0.39% 0.62% -
XYZ 20.48 23.77 35.86 -
YUV 129.2 144.25 105.04 -
System Red Green Blue C M Y K H S L
Decimal 97 140 158 0.39 0.11 0 0.38 197.7 0.24 0.5
Hex 61 8C 9E 27 B 0 26 C6 18 32
Octal 141 214 236 47 13 0 46 306 30 62
Binary 1100001 10001100 10011110 100111 1011 0 100110 11000110 11000 110010

Color Harmonies of #618C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618C9E

Black with #618C9E

Text Example


Text Example

White with #618C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618C9E; }

 p { color: rgb(97,140,158); }

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

background-color css

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

 a { background-color: rgb(97,140,158); }

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

border-color css

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

 span { border-color: rgb(97,140,158); }

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