Html Css Color HEX #066167 Blue Lagoon

📋 copy color: '#066167'

red 6 ◦ green 97 ◦ blue 103

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

Shades of Blue Lagoon #066167

Tints of Blue Lagoon #066167

RGB

 RED value IS 6 (2.73% from 255) = 2.91%

 GREEN value IS 97 (38.28% from 255) = 47.09%

 BLUE value IS 103 (40.63% from 255) = 50%

R = 2.91%
G = 47.09%
B = 50%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#066167 (or 0x066167) is known color: Blue Lagoon. HEX triplet: 06, 61 and 67. RGB value is (6,97,103). Sum of RGB (Red+Green+Blue) = 6+97+103=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #066167 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066167 is #F99E98. Grayscale: #464646. Windows color (decimal): -16359065 or 6775046. OLE color: 6775046.

HSL color Cylindrical-coordinate representation of color #066167: hue angle of 183.71º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066167 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 6 97 103 -
CMYK 0.94 0.06 0 0.60
HSL 183.71º 0.89% 0.21% -
HSV(B) 183.71º 0.94% 0.4% -
XYZ 6.8 9.57 14.32 -
YUV 70.48 146.35 82.01 -
System Red Green Blue C M Y K H S L
Decimal 6 97 103 0.94 0.06 0 0.60 183.71 0.89 0.21
Hex 6 61 67 5E 6 0 3C B8 59 15
Octal 6 141 147 136 6 0 74 270 131 25
Binary 110 1100001 1100111 1011110 110 0 111100 10111000 1011001 10101

Color Harmonies of #066167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066167

Black with #066167

Text Example


Text Example

White with #066167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066167; }

 p { color: rgb(6,97,103); }

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

background-color css

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

 a { background-color: rgb(6,97,103); }

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

border-color css

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

 span { border-color: rgb(6,97,103); }

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