Html Css Color HEX #6093A2 Horizon

📋 copy color: '#6093A2'

red 96 ◦ green 147 ◦ blue 162

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

Shades of Horizon #6093A2

Tints of Horizon #6093A2

RGB

 RED value IS 96 (37.89% from 255) = 23.7%

 GREEN value IS 147 (57.81% from 255) = 36.3%

 BLUE value IS 162 (63.67% from 255) = 40%

R = 23.7%
G = 36.3%
B = 40%

CMYK

 C value IS 0.41

 M value IS 0.09

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6093A2 (or 0x6093A2) is known color: Horizon. HEX triplet: 60, 93 and A2. RGB value is (96,147,162). Sum of RGB (Red+Green+Blue) = 96+147+162=405 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.70% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 162 - color contains mainly: blue. Hex color #6093A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6093A2 is #9F6C5D. Grayscale: #858585. Windows color (decimal): -10447966 or 10654560. OLE color: 10654560.

HSL color Cylindrical-coordinate representation of color #6093A2: hue angle of 193.64º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6093A2 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 96 147 162 -
CMYK 0.41 0.09 0 0.36
HSL 193.64º 0.26% 0.51% -
HSV(B) 193.64º 0.41% 0.64% -
XYZ 21.78 25.96 38.05 -
YUV 133.46 144.1 101.28 -
System Red Green Blue C M Y K H S L
Decimal 96 147 162 0.41 0.09 0 0.36 193.64 0.26 0.51
Hex 60 93 A2 29 9 0 24 C2 1A 33
Octal 140 223 242 51 11 0 44 302 32 63
Binary 1100000 10010011 10100010 101001 1001 0 100100 11000010 11010 110011

Color Harmonies of #6093A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6093A2

Black with #6093A2

Text Example


Text Example

White with #6093A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6093A2; }

 p { color: rgb(96,147,162); }

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

background-color css

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

 a { background-color: rgb(96,147,162); }

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

border-color css

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

 span { border-color: rgb(96,147,162); }

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