#06364A

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

Shades of Blue Whale #06364A

Tints of Blue Whale #06364A

Color information

#06364A (or 0x06364A) is unknown color: approx Blue Whale. HEX triplet: 06, 36 and 4A. RGB value is (6,54,74). Sum of RGB (Red+Green+Blue) = 6+54+74=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 54 (21.48% from 255 or 40.30% from 134); Blue value is 74 (29.30% from 255 or 55.22% from 134); Max value from RGB is 74 - color contains mainly: blue. Hex color #06364A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06364A is #F9C9B5. Grayscale: #292929. Windows color (decimal): -16370102 or 4863494. OLE color: 4863494.

HSL color Cylindrical-coordinate representation of color #06364A: hue angle of 197.65º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06364A is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB65474-
CMYK0.920.2700.71
HSL197.65º85%15.69%-
HSV(B)197.65º91.89%29.02%-
XYZ2.633.176.95-
YUV41.93146.1102.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.48%
GREEN value IS 54 (21.48% from 255) = 40.30%
BLUE value IS 74 (29.30% from 255) = 55.22%
R=4.48%
G=40.30%
B=55.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal654740.920.2700.71197.658515.69
Hex6364A5C1B047c65510
Octal66611213433010730612520
Binary11011011010010101011100110110100011111000110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06364A; }

 p { color: rgb(6,54,74); }

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

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

 a { background-color: rgb(6,54,74); }

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

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

 span { border-color: rgb(6,54,74); }

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