#06334E

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

Shades of Blue Whale #06334E

Tints of Blue Whale #06334E

Color information

#06334E (or 0x06334E) is unknown color: approx Blue Whale. HEX triplet: 06, 33 and 4E. RGB value is (6,51,78). Sum of RGB (Red+Green+Blue) = 6+51+78=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 78 (30.86% from 255 or 57.78% from 135); Max value from RGB is 78 - color contains mainly: blue. Hex color #06334E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06334E is #F9CCB1. Grayscale: #282828. Windows color (decimal): -16370866 or 5124870. OLE color: 5124870.

HSL color Cylindrical-coordinate representation of color #06334E: hue angle of 202.5º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06334E is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB65178-
CMYK0.920.3500.69
HSL202.5º85.71%16.47%-
HSV(B)202.5º92.31%30.59%-
XYZ2.632.967.64-
YUV40.62149.09103.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.44%
GREEN value IS 51 (20.31% from 255) = 37.78%
BLUE value IS 78 (30.86% from 255) = 57.78%
R=4.44%
G=37.78%
B=57.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal651780.920.3500.69202.585.7116.47
Hex6334E5C23045ca5610
Octal66311613443010531212620
Binary110110011100111010111001000110100010111001010101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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