Html Css Color HEX #698C98 Horizon

📋 copy color: '#698C98'

red 105 ◦ green 140 ◦ blue 152

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

Shades of Horizon #698C98

Tints of Horizon #698C98

RGB

 RED value IS 105 (41.41% from 255) = 26.45%

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

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

R = 26.45%
G = 35.26%
B = 38.29%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#698C98 (or 0x698C98) is known color: Horizon. HEX triplet: 69, 8C and 98. RGB value is (105,140,152). Sum of RGB (Red+Green+Blue) = 105+140+152=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 152 - color contains mainly: blue. Hex color #698C98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698C98 is #967367. Grayscale: #828282. Windows color (decimal): -9859944 or 9997417. OLE color: 9997417.

HSL color Cylindrical-coordinate representation of color #698C98: hue angle of 195.32º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #698C98 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 140 152 -
CMYK 0.31 0.08 0 0.40
HSL 195.32º 0.19% 0.5% -
HSV(B) 195.32º 0.31% 0.6% -
XYZ 20.87 24.03 33.24 -
YUV 130.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 105 140 152 0.31 0.08 0 0.40 195.32 0.19 0.5
Hex 69 8C 98 1F 8 0 28 C3 13 32
Octal 151 214 230 37 10 0 50 303 23 62
Binary 1101001 10001100 10011000 11111 1000 0 101000 11000011 10011 110010

Color Harmonies of #698C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698C98

Black with #698C98

Text Example


Text Example

White with #698C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698C98; }

 p { color: rgb(105,140,152); }

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

background-color css

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

 a { background-color: rgb(105,140,152); }

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

border-color css

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

 span { border-color: rgb(105,140,152); }

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