Html Css Color HEX #6096A1 Cadet Blue

📋 copy color: '#6096A1'

red 96 ◦ green 150 ◦ blue 161

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

Shades of Cadet Blue #6096A1

Tints of Cadet Blue #6096A1

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.86%

 BLUE value IS 161 (63.28% from 255) = 39.56%

R = 23.59%
G = 36.86%
B = 39.56%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6096A1 (or 0x6096A1) is known color: Cadet Blue. HEX triplet: 60, 96 and A1. RGB value is (96,150,161). Sum of RGB (Red+Green+Blue) = 96+150+161=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 161 - color contains mainly: blue. Hex color #6096A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6096A1 is #9F695E. Grayscale: #878787. Windows color (decimal): -10447199 or 10589792. OLE color: 10589792.

HSL color Cylindrical-coordinate representation of color #6096A1: hue angle of 190.15º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6096A1 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 96 150 161 -
CMYK 0.40 0.07 0 0.37
HSL 190.15º 0.26% 0.5% -
HSV(B) 190.15º 0.4% 0.63% -
XYZ 22.16 26.87 37.74 -
YUV 135.11 142.61 100.11 -
System Red Green Blue C M Y K H S L
Decimal 96 150 161 0.40 0.07 0 0.37 190.15 0.26 0.5
Hex 60 96 A1 28 7 0 25 BE 1A 32
Octal 140 226 241 50 7 0 45 276 32 62
Binary 1100000 10010110 10100001 101000 111 0 100101 10111110 11010 110010

Color Harmonies of #6096A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6096A1

Black with #6096A1

Text Example


Text Example

White with #6096A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6096A1; }

 p { color: rgb(96,150,161); }

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

background-color css

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

 a { background-color: rgb(96,150,161); }

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

border-color css

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

 span { border-color: rgb(96,150,161); }

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