Html Css Color HEX #106375 Blue Lagoon

📋 copy color: '#106375'

red 16 ◦ green 99 ◦ blue 117

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

Shades of Blue Lagoon #106375

Tints of Blue Lagoon #106375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.67%

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

R = 6.9%
G = 42.67%
B = 50.43%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#106375 (or 0x106375) is known color: Blue Lagoon. HEX triplet: 10, 63 and 75. RGB value is (16,99,117). Sum of RGB (Red+Green+Blue) = 16+99+117=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #106375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106375 is #EF9C8A. Grayscale: #4C4C4C. Windows color (decimal): -15703179 or 7693072. OLE color: 7693072.

HSL color Cylindrical-coordinate representation of color #106375: hue angle of 190.69º 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 #106375 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 99 117 -
CMYK 0.86 0.15 0 0.54
HSL 190.69º 0.76% 0.26% -
HSV(B) 190.69º 0.86% 0.46% -
XYZ 7.89 10.32 18.41 -
YUV 76.24 151 85.04 -
System Red Green Blue C M Y K H S L
Decimal 16 99 117 0.86 0.15 0 0.54 190.69 0.76 0.26
Hex 10 63 75 56 F 0 36 BF 4C 1A
Octal 20 143 165 126 17 0 66 277 114 32
Binary 10000 1100011 1110101 1010110 1111 0 110110 10111111 1001100 11010

Color Harmonies of #106375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106375

Black with #106375

Text Example


Text Example

White with #106375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106375; }

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

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

background-color css

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

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

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

border-color css

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

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

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