Html Css Color HEX #066367 Blue Lagoon

📋 copy color: '#066367'

red 6 ◦ green 99 ◦ blue 103

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

Shades of Blue Lagoon #066367

Tints of Blue Lagoon #066367

RGB

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

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

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

R = 2.88%
G = 47.6%
B = 49.52%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#066367 (or 0x066367) is known color: Blue Lagoon. HEX triplet: 06, 63 and 67. RGB value is (6,99,103). Sum of RGB (Red+Green+Blue) = 6+99+103=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 99 (39.06% from 255 or 47.60% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #066367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066367 is #F99C98. Grayscale: #474747. Windows color (decimal): -16358553 or 6775558. OLE color: 6775558.

HSL color Cylindrical-coordinate representation of color #066367: hue angle of 182.47º 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 #066367 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 6 99 103 -
CMYK 0.94 0.04 0 0.60
HSL 182.47º 0.89% 0.21% -
HSV(B) 182.47º 0.94% 0.4% -
XYZ 6.99 9.94 14.38 -
YUV 71.65 145.69 81.17 -
System Red Green Blue C M Y K H S L
Decimal 6 99 103 0.94 0.04 0 0.60 182.47 0.89 0.21
Hex 6 63 67 5E 4 0 3C B6 59 15
Octal 6 143 147 136 4 0 74 266 131 25
Binary 110 1100011 1100111 1011110 100 0 111100 10110110 1011001 10101

Color Harmonies of #066367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066367

Black with #066367

Text Example


Text Example

White with #066367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066367; }

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

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

background-color css

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

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

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

border-color css

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

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

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