Html Css Color HEX #668994 Horizon

📋 copy color: '#668994'

red 102 ◦ green 137 ◦ blue 148

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

Shades of Horizon #668994

Tints of Horizon #668994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.4%

 BLUE value IS 148 (58.2% from 255) = 38.24%

R = 26.36%
G = 35.4%
B = 38.24%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#668994 (or 0x668994) is known color: Horizon. HEX triplet: 66, 89 and 94. RGB value is (102,137,148). Sum of RGB (Red+Green+Blue) = 102+137+148=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 148 - color contains mainly: blue. Hex color #668994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668994 is #99766B. Grayscale: #7F7F7F. Windows color (decimal): -10057324 or 9734502. OLE color: 9734502.

HSL color Cylindrical-coordinate representation of color #668994: hue angle of 194.35º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #668994 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 137 148 -
CMYK 0.31 0.07 0 0.42
HSL 194.35º 0.18% 0.49% -
HSV(B) 194.35º 0.31% 0.58% -
XYZ 19.77 22.85 31.39 -
YUV 127.79 139.4 109.61 -
System Red Green Blue C M Y K H S L
Decimal 102 137 148 0.31 0.07 0 0.42 194.35 0.18 0.49
Hex 66 89 94 1F 7 0 2A C2 12 31
Octal 146 211 224 37 7 0 52 302 22 61
Binary 1100110 10001001 10010100 11111 111 0 101010 11000010 10010 110001

Color Harmonies of #668994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668994

Black with #668994

Text Example


Text Example

White with #668994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668994; }

 p { color: rgb(102,137,148); }

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

background-color css

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

 a { background-color: rgb(102,137,148); }

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

border-color css

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

 span { border-color: rgb(102,137,148); }

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