Html Css Color HEX #668893 Horizon

📋 copy color: '#668893'

red 102 ◦ green 136 ◦ blue 147

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

Shades of Horizon #668893

Tints of Horizon #668893

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.32%

 BLUE value IS 147 (57.81% from 255) = 38.18%

R = 26.49%
G = 35.32%
B = 38.18%

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

#668893 (or 0x668893) is known color: Horizon. HEX triplet: 66, 88 and 93. RGB value is (102,136,147). Sum of RGB (Red+Green+Blue) = 102+136+147=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 147 - color contains mainly: blue. Hex color #668893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668893 is #99776C. Grayscale: #7F7F7F. Windows color (decimal): -10057581 or 9668710. OLE color: 9668710.

HSL color Cylindrical-coordinate representation of color #668893: hue angle of 194.67º 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 #668893 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 136 147 -
CMYK 0.31 0.07 0 0.42
HSL 194.67º 0.18% 0.49% -
HSV(B) 194.67º 0.31% 0.58% -
XYZ 19.55 22.54 30.92 -
YUV 127.09 139.24 110.11 -
System Red Green Blue C M Y K H S L
Decimal 102 136 147 0.31 0.07 0 0.42 194.67 0.18 0.49
Hex 66 88 93 1F 7 0 2A C3 12 31
Octal 146 210 223 37 7 0 52 303 22 61
Binary 1100110 10001000 10010011 11111 111 0 101010 11000011 10010 110001

Color Harmonies of #668893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668893

Black with #668893

Text Example


Text Example

White with #668893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668893; }

 p { color: rgb(102,136,147); }

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

background-color css

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

 a { background-color: rgb(102,136,147); }

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

border-color css

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

 span { border-color: rgb(102,136,147); }

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