#06303E

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

Shades of Blue Whale #06303E

Tints of Blue Whale #06303E

Color information

#06303E (or 0x06303E) is unknown color: approx Blue Whale. HEX triplet: 06, 30 and 3E. RGB value is (6,48,62). Sum of RGB (Red+Green+Blue) = 6+48+62=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 62 (24.61% from 255 or 53.45% from 116); Max value from RGB is 62 - color contains mainly: blue. Hex color #06303E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06303E is #F9CFC1. Grayscale: #242424. Windows color (decimal): -16371650 or 4075526. OLE color: 4075526.

HSL color Cylindrical-coordinate representation of color #06303E: hue angle of 195º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06303E is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB64862-
CMYK0.900.2300.76
HSL195º82.35%13.33%-
HSV(B)195º90.32%24.31%-
XYZ22.54.93-
YUV37.04142.09105.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.17%
GREEN value IS 48 (19.14% from 255) = 41.38%
BLUE value IS 62 (24.61% from 255) = 53.45%
R=5.17%
G=41.38%
B=53.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal648620.900.2300.7619582.3513.33
Hex6303E5A1704Cc352d
Octal6607613227011430312215
Binary110110000111110101101010111010011001100001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,48,62); }

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

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

 a { background-color: rgb(6,48,62); }

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

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

 span { border-color: rgb(6,48,62); }

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