Html Css Color HEX #698C97 Horizon

📋 copy color: '#698C97'

red 105 ◦ green 140 ◦ blue 151

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

Shades of Horizon #698C97

Tints of Horizon #698C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.13%

R = 26.52%
G = 35.35%
B = 38.13%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#698C97 (or 0x698C97) is known color: Horizon. HEX triplet: 69, 8C and 97. RGB value is (105,140,151). Sum of RGB (Red+Green+Blue) = 105+140+151=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 151 - color contains mainly: blue. Hex color #698C97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698C97 is #967368. Grayscale: #828282. Windows color (decimal): -9859945 or 9931881. OLE color: 9931881.

HSL color Cylindrical-coordinate representation of color #698C97: hue angle of 194.35º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #698C97 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 140 151 -
CMYK 0.30 0.07 0 0.41
HSL 194.35º 0.18% 0.5% -
HSV(B) 194.35º 0.3% 0.59% -
XYZ 20.79 23.99 32.81 -
YUV 130.79 139.4 109.61 -
System Red Green Blue C M Y K H S L
Decimal 105 140 151 0.30 0.07 0 0.41 194.35 0.18 0.5
Hex 69 8C 97 1E 7 0 29 C2 12 32
Octal 151 214 227 36 7 0 51 302 22 62
Binary 1101001 10001100 10010111 11110 111 0 101001 11000010 10010 110010

Color Harmonies of #698C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698C97

Black with #698C97

Text Example


Text Example

White with #698C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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