Html Css Color HEX #06607B Blue Lagoon

📋 copy color: '#06607B'

red 6 ◦ green 96 ◦ blue 123

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

Shades of Blue Lagoon #06607B

Tints of Blue Lagoon #06607B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 54.67%

R = 2.67%
G = 42.67%
B = 54.67%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#06607B (or 0x06607B) is known color: Blue Lagoon. HEX triplet: 06, 60 and 7B. RGB value is (6,96,123). Sum of RGB (Red+Green+Blue) = 6+96+123=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #06607B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06607B is #F99F84. Grayscale: #474747. Windows color (decimal): -16359301 or 8085510. OLE color: 8085510.

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

Color convert

RGB 6 96 123 -
CMYK 0.95 0.22 0 0.52
HSL 193.85º 0.91% 0.25% -
HSV(B) 193.85º 0.95% 0.48% -
XYZ 7.83 9.83 20.22 -
YUV 72.17 156.68 80.8 -
System Red Green Blue C M Y K H S L
Decimal 6 96 123 0.95 0.22 0 0.52 193.85 0.91 0.25
Hex 6 60 7B 5F 16 0 34 C2 5B 19
Octal 6 140 173 137 26 0 64 302 133 31
Binary 110 1100000 1111011 1011111 10110 0 110100 11000010 1011011 11001

Color Harmonies of #06607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06607B

Black with #06607B

Text Example


Text Example

White with #06607B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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