#006384

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

Shades of Blue Lagoon #006384

Tints of Blue Lagoon #006384

Color information

#006384 (or 0x006384) is unknown color: approx Blue Lagoon. HEX triplet: 00, 63 and 84. RGB value is (0,99,132). Sum of RGB (Red+Green+Blue) = 0+99+132=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 132 (51.95% from 255 or 57.14% from 231); Max value from RGB is 132 - color contains mainly: blue. Hex color #006384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006384 is #FF9C7B. Grayscale: #484848. Windows color (decimal): -16751740 or 8676096. OLE color: 8676096.

HSL color Cylindrical-coordinate representation of color #006384: hue angle of 195º 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 #006384 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB099132-
CMYK10.2500.48
HSL195º100%25.88%-
HSV(B)195º100%51.76%-
XYZ8.6310.5923.42-
YUV73.16161.275.82-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 99 (39.06% from 255) = 42.86%
BLUE value IS 132 (51.95% from 255) = 57.14%
R=0%
G=42.86%
B=57.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal09913210.2500.4819510025.88
Hex063846419030c3641a
Octal01432041443106030314432
Binary0110001110000100110010011001011000011000011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006384; }

 p { color: rgb(0,99,132); }

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

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

 a { background-color: rgb(0,99,132); }

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

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

 span { border-color: rgb(0,99,132); }

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