Html Css Color HEX #668393 Horizon

📋 copy color: '#668393'

red 102 ◦ green 131 ◦ blue 147

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

Shades of Horizon #668393

Tints of Horizon #668393

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.47%

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

R = 26.84%
G = 34.47%
B = 38.68%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#668393 (or 0x668393) is known color: Horizon. HEX triplet: 66, 83 and 93. RGB value is (102,131,147). Sum of RGB (Red+Green+Blue) = 102+131+147=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 147 - color contains mainly: blue. Hex color #668393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668393 is #997C6C. Grayscale: #7C7C7C. Windows color (decimal): -10058861 or 9667430. OLE color: 9667430.

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

Color convert

RGB 102 131 147 -
CMYK 0.31 0.11 0 0.42
HSL 201.33º 0.18% 0.49% -
HSV(B) 201.33º 0.31% 0.58% -
XYZ 18.86 21.16 30.69 -
YUV 124.15 140.89 112.2 -
System Red Green Blue C M Y K H S L
Decimal 102 131 147 0.31 0.11 0 0.42 201.33 0.18 0.49
Hex 66 83 93 1F B 0 2A C9 12 31
Octal 146 203 223 37 13 0 52 311 22 61
Binary 1100110 10000011 10010011 11111 1011 0 101010 11001001 10010 110001

Color Harmonies of #668393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668393

Black with #668393

Text Example


Text Example

White with #668393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668393; }

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

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

background-color css

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

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

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

border-color css

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

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

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