#006285

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

Shades of Blue Lagoon #006285

Tints of Blue Lagoon #006285

Color information

#006285 (or 0x006285) is unknown color: approx Blue Lagoon. HEX triplet: 00, 62 and 85. RGB value is (0,98,133). Sum of RGB (Red+Green+Blue) = 0+98+133=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #006285 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006285 is #FF9D7A. Grayscale: #484848. Windows color (decimal): -16751995 or 8741376. OLE color: 8741376.

HSL color Cylindrical-coordinate representation of color #006285: hue angle of 195.79º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006285 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB098133-
CMYK10.2600.48
HSL195.79º100%26.08%-
HSV(B)195.79º100%52.16%-
XYZ8.610.4323.75-
YUV72.69162.0376.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 98 (38.67% from 255) = 42.42%
BLUE value IS 133 (52.34% from 255) = 57.58%
R=0%
G=42.42%
B=57.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal09813310.2600.48195.7910026.08
Hex06285641A030c4641a
Octal01422051443206030414432
Binary0110001010000101110010011010011000011000100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006285; }

 p { color: rgb(0,98,133); }

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

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

 a { background-color: rgb(0,98,133); }

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

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

 span { border-color: rgb(0,98,133); }

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