Html Css Color HEX #669098 Horizon

📋 copy color: '#669098'

red 102 ◦ green 144 ◦ blue 152

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

Shades of Horizon #669098

Tints of Horizon #669098

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.18%

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

R = 25.63%
G = 36.18%
B = 38.19%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#669098 (or 0x669098) is known color: Horizon. HEX triplet: 66, 90 and 98. RGB value is (102,144,152). Sum of RGB (Red+Green+Blue) = 102+144+152=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 152 - color contains mainly: blue. Hex color #669098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669098 is #996F67. Grayscale: #848484. Windows color (decimal): -10055528 or 9998438. OLE color: 9998438.

HSL color Cylindrical-coordinate representation of color #669098: hue angle of 189.6º 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 #669098 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 144 152 -
CMYK 0.33 0.05 0 0.40
HSL 189.6º 0.2% 0.5% -
HSV(B) 189.6º 0.33% 0.6% -
XYZ 21.12 25.04 33.43 -
YUV 132.35 139.09 106.35 -
System Red Green Blue C M Y K H S L
Decimal 102 144 152 0.33 0.05 0 0.40 189.6 0.2 0.5
Hex 66 90 98 21 5 0 28 BE 14 32
Octal 146 220 230 41 5 0 50 276 24 62
Binary 1100110 10010000 10011000 100001 101 0 101000 10111110 10100 110010

Color Harmonies of #669098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669098

Black with #669098

Text Example


Text Example

White with #669098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669098; }

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

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

background-color css

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

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

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

border-color css

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

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

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