Html Css Color HEX #106875 Blue Lagoon

📋 copy color: '#106875'

red 16 ◦ green 104 ◦ blue 117

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

Shades of Blue Lagoon #106875

Tints of Blue Lagoon #106875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.88%

 BLUE value IS 117 (46.09% from 255) = 49.37%

R = 6.75%
G = 43.88%
B = 49.37%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#106875 (or 0x106875) is known color: Blue Lagoon. HEX triplet: 10, 68 and 75. RGB value is (16,104,117). Sum of RGB (Red+Green+Blue) = 16+104+117=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #106875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106875 is #EF978A. Grayscale: #4F4F4F. Windows color (decimal): -15701899 or 7694352. OLE color: 7694352.

HSL color Cylindrical-coordinate representation of color #106875: hue angle of 187.72º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106875 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 104 117 -
CMYK 0.86 0.11 0 0.54
HSL 187.72º 0.76% 0.26% -
HSV(B) 187.72º 0.86% 0.46% -
XYZ 8.37 11.3 18.57 -
YUV 79.17 149.35 82.94 -
System Red Green Blue C M Y K H S L
Decimal 16 104 117 0.86 0.11 0 0.54 187.72 0.76 0.26
Hex 10 68 75 56 B 0 36 BC 4C 1A
Octal 20 150 165 126 13 0 66 274 114 32
Binary 10000 1101000 1110101 1010110 1011 0 110110 10111100 1001100 11010

Color Harmonies of #106875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106875

Black with #106875

Text Example


Text Example

White with #106875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106875; }

 p { color: rgb(16,104,117); }

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

background-color css

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

 a { background-color: rgb(16,104,117); }

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

border-color css

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

 span { border-color: rgb(16,104,117); }

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