#06334C

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

Shades of Blue Whale #06334C

Tints of Blue Whale #06334C

Color information

#06334C (or 0x06334C) is unknown color: approx Blue Whale. HEX triplet: 06, 33 and 4C. RGB value is (6,51,76). Sum of RGB (Red+Green+Blue) = 6+51+76=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 76 (30.08% from 255 or 57.14% from 133); Max value from RGB is 76 - color contains mainly: blue. Hex color #06334C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06334C is #F9CCB3. Grayscale: #282828. Windows color (decimal): -16370868 or 4993798. OLE color: 4993798.

HSL color Cylindrical-coordinate representation of color #06334C: hue angle of 201.43º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06334C is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB65176-
CMYK0.920.3300.70
HSL201.43º85.37%16.08%-
HSV(B)201.43º92.11%29.8%-
XYZ2.562.937.27-
YUV40.39148.09103.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.51%
GREEN value IS 51 (20.31% from 255) = 38.35%
BLUE value IS 76 (30.08% from 255) = 57.14%
R=4.51%
G=38.35%
B=57.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal651760.920.3300.70201.4385.3716.08
Hex6334C5C21046c95510
Octal66311413441010631112520
Binary110110011100110010111001000010100011011001001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06334C; }

 p { color: rgb(6,51,76); }

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

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

 a { background-color: rgb(6,51,76); }

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

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

 span { border-color: rgb(6,51,76); }

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