#06354D

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

Shades of Blue Whale #06354D

Tints of Blue Whale #06354D

Color information

#06354D (or 0x06354D) is unknown color: approx Blue Whale. HEX triplet: 06, 35 and 4D. RGB value is (6,53,77). Sum of RGB (Red+Green+Blue) = 6+53+77=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 77 (30.47% from 255 or 56.62% from 136); Max value from RGB is 77 - color contains mainly: blue. Hex color #06354D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06354D is #F9CAB2. Grayscale: #292929. Windows color (decimal): -16370355 or 5059846. OLE color: 5059846.

HSL color Cylindrical-coordinate representation of color #06354D: hue angle of 200.28º degrees, saturation: 0.86, 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 #06354D is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB65377-
CMYK0.920.3100.70
HSL200.28º85.54%16.27%-
HSV(B)200.28º92.21%30.2%-
XYZ2.693.127.48-
YUV41.68147.93102.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.41%
GREEN value IS 53 (21.09% from 255) = 38.97%
BLUE value IS 77 (30.47% from 255) = 56.62%
R=4.41%
G=38.97%
B=56.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal653770.920.3100.70200.2885.5416.27
Hex6354D5C1F046c85610
Octal66511513437010631012620
Binary11011010110011011011100111110100011011001000101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06354D; }

 p { color: rgb(6,53,77); }

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

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

 a { background-color: rgb(6,53,77); }

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

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

 span { border-color: rgb(6,53,77); }

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