Html Css Color HEX #668D98 Horizon

📋 copy color: '#668D98'

red 102 ◦ green 141 ◦ blue 152

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

Shades of Horizon #668D98

Tints of Horizon #668D98

RGB

 RED value IS 102 (40.23% from 255) = 25.82%

 GREEN value IS 141 (55.47% from 255) = 35.7%

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

R = 25.82%
G = 35.7%
B = 38.48%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#668D98 (or 0x668D98) is known color: Horizon. HEX triplet: 66, 8D and 98. RGB value is (102,141,152). Sum of RGB (Red+Green+Blue) = 102+141+152=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 152 - color contains mainly: blue. Hex color #668D98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668D98 is #997267. Grayscale: #828282. Windows color (decimal): -10056296 or 9997670. OLE color: 9997670.

HSL color Cylindrical-coordinate representation of color #668D98: hue angle of 193.2º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #668D98 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 141 152 -
CMYK 0.33 0.07 0 0.40
HSL 193.2º 0.2% 0.5% -
HSV(B) 193.2º 0.33% 0.6% -
XYZ 20.67 24.14 33.28 -
YUV 130.59 140.08 107.61 -
System Red Green Blue C M Y K H S L
Decimal 102 141 152 0.33 0.07 0 0.40 193.2 0.2 0.5
Hex 66 8D 98 21 7 0 28 C1 14 32
Octal 146 215 230 41 7 0 50 301 24 62
Binary 1100110 10001101 10011000 100001 111 0 101000 11000001 10100 110010

Color Harmonies of #668D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668D98

Black with #668D98

Text Example


Text Example

White with #668D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668D98; }

 p { color: rgb(102,141,152); }

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

background-color css

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

 a { background-color: rgb(102,141,152); }

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

border-color css

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

 span { border-color: rgb(102,141,152); }

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