Html Css Color HEX #06607C Blue Lagoon

📋 copy color: '#06607C'

red 6 ◦ green 96 ◦ blue 124

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

Shades of Blue Lagoon #06607C

Tints of Blue Lagoon #06607C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.48%

 BLUE value IS 124 (48.83% from 255) = 54.87%

R = 2.65%
G = 42.48%
B = 54.87%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#06607C (or 0x06607C) is known color: Blue Lagoon. HEX triplet: 06, 60 and 7C. RGB value is (6,96,124). Sum of RGB (Red+Green+Blue) = 6+96+124=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #06607C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06607C is #F99F83. Grayscale: #484848. Windows color (decimal): -16359300 or 8151046. OLE color: 8151046.

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

Color convert

RGB 6 96 124 -
CMYK 0.95 0.23 0 0.51
HSL 194.24º 0.91% 0.25% -
HSV(B) 194.24º 0.95% 0.49% -
XYZ 7.9 9.86 20.56 -
YUV 72.28 157.18 80.72 -
System Red Green Blue C M Y K H S L
Decimal 6 96 124 0.95 0.23 0 0.51 194.24 0.91 0.25
Hex 6 60 7C 5F 17 0 33 C2 5B 19
Octal 6 140 174 137 27 0 63 302 133 31
Binary 110 1100000 1111100 1011111 10111 0 110011 11000010 1011011 11001

Color Harmonies of #06607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06607C

Black with #06607C

Text Example


Text Example

White with #06607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06607C; }

 p { color: rgb(6,96,124); }

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

background-color css

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

 a { background-color: rgb(6,96,124); }

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

border-color css

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

 span { border-color: rgb(6,96,124); }

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