#066583

Color #066583 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #066583

Tints of Blue Lagoon #066583

Color information

#066583 (or 0x066583) is unknown color: approx Blue Lagoon. HEX triplet: 06, 65 and 83. RGB value is (6,101,131). Sum of RGB (Red+Green+Blue) = 6+101+131=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 131 (51.56% from 255 or 55.04% from 238); Max value from RGB is 131 - color contains mainly: blue. Hex color #066583 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066583 is #F99A7C. Grayscale: #4B4B4B. Windows color (decimal): -16358013 or 8611078. OLE color: 8611078.

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

Color convert

RGB6101131-
CMYK0.950.2300.49
HSL194.4º91.24%26.86%-
HSV(B)194.4º95.42%51.37%-
XYZ8.8310.9823.13-
YUV76.02159.0378.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.52%
GREEN value IS 101 (39.84% from 255) = 42.44%
BLUE value IS 131 (51.56% from 255) = 55.04%
R=2.52%
G=42.44%
B=55.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61011310.950.2300.49194.491.2426.86
Hex665835F17031c25b1b
Octal61452031372706130213333
Binary110110010110000011101111110111011000111000010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066583; }

 p { color: rgb(6,101,131); }

 H1.HeaderClassName
 {
   color: #066583;
 }
 .AnyTagClassName
 {
   color: #066583;
 }
</style>
background-color css

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

 a { background-color: rgb(6,101,131); }

 div.DivClassName
 {
   background-color: #066583;
 }
 .BgClassName
 {
   background-color: #066583;
 }
</style>
border-color css

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

 span { border-color: rgb(6,101,131); }

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