Html Css Color HEX #10606C Blue Lagoon

📋 copy color: '#10606C'

red 16 ◦ green 96 ◦ blue 108

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

Shades of Blue Lagoon #10606C

Tints of Blue Lagoon #10606C

RGB

 RED value IS 16 (6.64% from 255) = 7.27%

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

 BLUE value IS 108 (42.58% from 255) = 49.09%

R = 7.27%
G = 43.64%
B = 49.09%

CMYK

 C value IS 0.85

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10606C (or 0x10606C) is known color: Blue Lagoon. HEX triplet: 10, 60 and 6C. RGB value is (16,96,108). Sum of RGB (Red+Green+Blue) = 16+96+108=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #10606C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10606C is #EF9F93. Grayscale: #494949. Windows color (decimal): -15703956 or 7102480. OLE color: 7102480.

HSL color Cylindrical-coordinate representation of color #10606C: hue angle of 187.83º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10606C is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 96 108 -
CMYK 0.85 0.11 0 0.58
HSL 187.83º 0.74% 0.24% -
HSV(B) 187.83º 0.85% 0.42% -
XYZ 7.1 9.56 15.66 -
YUV 73.45 147.5 87.02 -
System Red Green Blue C M Y K H S L
Decimal 16 96 108 0.85 0.11 0 0.58 187.83 0.74 0.24
Hex 10 60 6C 55 B 0 3A BC 4A 18
Octal 20 140 154 125 13 0 72 274 112 30
Binary 10000 1100000 1101100 1010101 1011 0 111010 10111100 1001010 11000

Color Harmonies of #10606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10606C

Black with #10606C

Text Example


Text Example

White with #10606C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10606C; }

 p { color: rgb(16,96,108); }

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

background-color css

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

 a { background-color: rgb(16,96,108); }

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

border-color css

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

 span { border-color: rgb(16,96,108); }

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