Html Css Color HEX #096068 Blue Lagoon

📋 copy color: '#096068'

red 9 ◦ green 96 ◦ blue 104

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

Shades of Blue Lagoon #096068

Tints of Blue Lagoon #096068

RGB

 RED value IS 9 (3.91% from 255) = 4.31%

 GREEN value IS 96 (37.89% from 255) = 45.93%

 BLUE value IS 104 (41.02% from 255) = 49.76%

R = 4.31%
G = 45.93%
B = 49.76%

CMYK

 C value IS 0.91

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#096068 (or 0x096068) is known color: Blue Lagoon. HEX triplet: 09, 60 and 68. RGB value is (9,96,104). Sum of RGB (Red+Green+Blue) = 9+96+104=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #096068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096068 is #F69F97. Grayscale: #464646. Windows color (decimal): -16162712 or 6840329. OLE color: 6840329.

HSL color Cylindrical-coordinate representation of color #096068: hue angle of 185.05º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096068 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 96 104 -
CMYK 0.91 0.08 0 0.59
HSL 185.05º 0.84% 0.22% -
HSV(B) 185.05º 0.91% 0.41% -
XYZ 6.79 9.42 14.56 -
YUV 70.9 146.68 83.85 -
System Red Green Blue C M Y K H S L
Decimal 9 96 104 0.91 0.08 0 0.59 185.05 0.84 0.22
Hex 9 60 68 5B 8 0 3B B9 54 16
Octal 11 140 150 133 10 0 73 271 124 26
Binary 1001 1100000 1101000 1011011 1000 0 111011 10111001 1010100 10110

Color Harmonies of #096068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096068

Black with #096068

Text Example


Text Example

White with #096068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096068; }

 p { color: rgb(9,96,104); }

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

background-color css

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

 a { background-color: rgb(9,96,104); }

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

border-color css

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

 span { border-color: rgb(9,96,104); }

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