Html Css Color HEX #06587B Blue Lagoon

📋 copy color: '#06587B'

red 6 ◦ green 88 ◦ blue 123

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

Shades of Blue Lagoon #06587B

Tints of Blue Lagoon #06587B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.55%

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

R = 2.76%
G = 40.55%
B = 56.68%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#06587B (or 0x06587B) is known color: Blue Lagoon. HEX triplet: 06, 58 and 7B. RGB value is (6,88,123). Sum of RGB (Red+Green+Blue) = 6+88+123=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #06587B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06587B is #F9A784. Grayscale: #434343. Windows color (decimal): -16361349 or 8083462. OLE color: 8083462.

HSL color Cylindrical-coordinate representation of color #06587B: hue angle of 197.95º 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 #06587B is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 6 88 123 -
CMYK 0.95 0.28 0 0.52
HSL 197.95º 0.91% 0.25% -
HSV(B) 197.95º 0.95% 0.48% -
XYZ 7.14 8.45 19.99 -
YUV 67.47 159.33 84.15 -
System Red Green Blue C M Y K H S L
Decimal 6 88 123 0.95 0.28 0 0.52 197.95 0.91 0.25
Hex 6 58 7B 5F 1C 0 34 C6 5B 19
Octal 6 130 173 137 34 0 64 306 133 31
Binary 110 1011000 1111011 1011111 11100 0 110100 11000110 1011011 11001

Color Harmonies of #06587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06587B

Black with #06587B

Text Example


Text Example

White with #06587B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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