Html Css Color HEX #06617D Blue Lagoon

📋 copy color: '#06617D'

red 6 ◦ green 97 ◦ blue 125

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

Shades of Blue Lagoon #06617D

Tints of Blue Lagoon #06617D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.54%

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

R = 2.63%
G = 42.54%
B = 54.82%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#06617D (or 0x06617D) is known color: Blue Lagoon. HEX triplet: 06, 61 and 7D. RGB value is (6,97,125). Sum of RGB (Red+Green+Blue) = 6+97+125=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 125 (49.22% from 255 or 54.82% from 228); Max value from RGB is 125 - color contains mainly: blue. Hex color #06617D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06617D is #F99E82. Grayscale: #484848. Windows color (decimal): -16359043 or 8216838. OLE color: 8216838.

HSL color Cylindrical-coordinate representation of color #06617D: hue angle of 194.12º 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 #06617D is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 97 125 -
CMYK 0.95 0.22 0 0.51
HSL 194.12º 0.91% 0.26% -
HSV(B) 194.12º 0.95% 0.49% -
XYZ 8.05 10.07 20.92 -
YUV 72.98 157.35 80.22 -
System Red Green Blue C M Y K H S L
Decimal 6 97 125 0.95 0.22 0 0.51 194.12 0.91 0.26
Hex 6 61 7D 5F 16 0 33 C2 5B 1A
Octal 6 141 175 137 26 0 63 302 133 32
Binary 110 1100001 1111101 1011111 10110 0 110011 11000010 1011011 11010

Color Harmonies of #06617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06617D

Black with #06617D

Text Example


Text Example

White with #06617D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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