Html Css Color HEX #618698 Horizon

📋 copy color: '#618698'

red 97 ◦ green 134 ◦ blue 152

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

Shades of Horizon #618698

Tints of Horizon #618698

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.99%

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

R = 25.33%
G = 34.99%
B = 39.69%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#618698 (or 0x618698) is known color: Horizon. HEX triplet: 61, 86 and 98. RGB value is (97,134,152). Sum of RGB (Red+Green+Blue) = 97+134+152=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 152 - color contains mainly: blue. Hex color #618698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618698 is #9E7967. Grayscale: #7C7C7C. Windows color (decimal): -10385768 or 9995873. OLE color: 9995873.

HSL color Cylindrical-coordinate representation of color #618698: hue angle of 199.64º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #618698 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 134 152 -
CMYK 0.36 0.12 0 0.40
HSL 199.64º 0.22% 0.49% -
HSV(B) 199.64º 0.36% 0.6% -
XYZ 19.12 21.86 32.92 -
YUV 124.99 143.24 108.04 -
System Red Green Blue C M Y K H S L
Decimal 97 134 152 0.36 0.12 0 0.40 199.64 0.22 0.49
Hex 61 86 98 24 C 0 28 C8 16 31
Octal 141 206 230 44 14 0 50 310 26 61
Binary 1100001 10000110 10011000 100100 1100 0 101000 11001000 10110 110001

Color Harmonies of #618698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618698

Black with #618698

Text Example


Text Example

White with #618698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618698; }

 p { color: rgb(97,134,152); }

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

background-color css

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

 a { background-color: rgb(97,134,152); }

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

border-color css

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

 span { border-color: rgb(97,134,152); }

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