Html Css Color HEX #0D606C Blue Lagoon

📋 copy color: '#0D606C'

red 13 ◦ green 96 ◦ blue 108

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

Shades of Blue Lagoon #0D606C

Tints of Blue Lagoon #0D606C

RGB

 RED value IS 13 (5.47% from 255) = 5.99%

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

 BLUE value IS 108 (42.58% from 255) = 49.77%

R = 5.99%
G = 44.24%
B = 49.77%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0D606C (or 0x0D606C) is known color: Blue Lagoon. HEX triplet: 0D, 60 and 6C. RGB value is (13,96,108). Sum of RGB (Red+Green+Blue) = 13+96+108=217 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.99% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #0D606C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D606C is #F29F93. Grayscale: #484848. Windows color (decimal): -15900564 or 7102477. OLE color: 7102477.

HSL color Cylindrical-coordinate representation of color #0D606C: hue angle of 187.58º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D606C is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 13 96 108 -
CMYK 0.88 0.11 0 0.58
HSL 187.58º 0.79% 0.24% -
HSV(B) 187.58º 0.88% 0.42% -
XYZ 7.06 9.53 15.66 -
YUV 72.55 148 85.52 -
System Red Green Blue C M Y K H S L
Decimal 13 96 108 0.88 0.11 0 0.58 187.58 0.79 0.24
Hex D 60 6C 58 B 0 3A BC 4F 18
Octal 15 140 154 130 13 0 72 274 117 30
Binary 1101 1100000 1101100 1011000 1011 0 111010 10111100 1001111 11000

Color Harmonies of #0D606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D606C

Black with #0D606C

Text Example


Text Example

White with #0D606C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D606C; }

 p { color: rgb(13,96,108); }

 H1.HeaderClassName
 {
   color: #0D606C;
 }
 .AnyTagClassName
 {
   color: #0D606C;
 }
</style>

background-color css

<style>
 a { background-color: #0D606C; }

 a { background-color: rgb(13,96,108); }

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

border-color css

<style>
 span { border-color: #0D606C; }

 span { border-color: rgb(13,96,108); }

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