#06314A

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

Shades of Blue Whale #06314A

Tints of Blue Whale #06314A

Color information

#06314A (or 0x06314A) is unknown color: approx Blue Whale. HEX triplet: 06, 31 and 4A. RGB value is (6,49,74). Sum of RGB (Red+Green+Blue) = 6+49+74=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 74 (29.30% from 255 or 57.36% from 129); Max value from RGB is 74 - color contains mainly: blue. Hex color #06314A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06314A is #F9CEB5. Grayscale: #262626. Windows color (decimal): -16371382 or 4862214. OLE color: 4862214.

HSL color Cylindrical-coordinate representation of color #06314A: hue angle of 202.06º 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 #06314A is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB64974-
CMYK0.920.3400.71
HSL202.06º85%15.69%-
HSV(B)202.06º91.89%29.02%-
XYZ2.412.736.88-
YUV38.99147.75104.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.65%
GREEN value IS 49 (19.53% from 255) = 37.98%
BLUE value IS 74 (29.30% from 255) = 57.36%
R=4.65%
G=37.98%
B=57.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal649740.920.3400.71202.068515.69
Hex6314A5C22047ca5510
Octal66111213442010731212520
Binary110110001100101010111001000100100011111001010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06314A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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