Html Css Color HEX #06667D Blue Lagoon

📋 copy color: '#06667D'

red 6 ◦ green 102 ◦ blue 125

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

Shades of Blue Lagoon #06667D

Tints of Blue Lagoon #06667D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.78%

 BLUE value IS 125 (49.22% from 255) = 53.65%

R = 2.58%
G = 43.78%
B = 53.65%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#06667D (or 0x06667D) is known color: Blue Lagoon. HEX triplet: 06, 66 and 7D. RGB value is (6,102,125). Sum of RGB (Red+Green+Blue) = 6+102+125=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #06667D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06667D is #F99982. Grayscale: #4B4B4B. Windows color (decimal): -16357763 or 8218118. OLE color: 8218118.

HSL color Cylindrical-coordinate representation of color #06667D: hue angle of 191.6º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06667D is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 102 125 -
CMYK 0.95 0.18 0 0.51
HSL 191.6º 0.91% 0.26% -
HSV(B) 191.6º 0.95% 0.49% -
XYZ 8.53 11.02 21.08 -
YUV 75.92 155.7 78.13 -
System Red Green Blue C M Y K H S L
Decimal 6 102 125 0.95 0.18 0 0.51 191.6 0.91 0.26
Hex 6 66 7D 5F 12 0 33 C0 5B 1A
Octal 6 146 175 137 22 0 63 300 133 32
Binary 110 1100110 1111101 1011111 10010 0 110011 11000000 1011011 11010

Color Harmonies of #06667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06667D

Black with #06667D

Text Example


Text Example

White with #06667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06667D; }

 p { color: rgb(6,102,125); }

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

background-color css

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

 a { background-color: rgb(6,102,125); }

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

border-color css

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

 span { border-color: rgb(6,102,125); }

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