#06303D

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

Shades of Nordic #06303D

Tints of Nordic #06303D

Color information

#06303D (or 0x06303D) is unknown color: approx Nordic. HEX triplet: 06, 30 and 3D. RGB value is (6,48,61). Sum of RGB (Red+Green+Blue) = 6+48+61=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #06303D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06303D is #F9CFC2. Grayscale: #242424. Windows color (decimal): -16371651 or 4009990. OLE color: 4009990.

HSL color Cylindrical-coordinate representation of color #06303D: hue angle of 194.18º 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 #06303D is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB64861-
CMYK0.900.2100.76
HSL194.18º82.09%13.14%-
HSV(B)194.18º90.16%23.92%-
XYZ1.972.494.79-
YUV36.92141.59105.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.22%
GREEN value IS 48 (19.14% from 255) = 41.74%
BLUE value IS 61 (24.22% from 255) = 53.04%
R=5.22%
G=41.74%
B=53.04%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal648610.900.2100.76194.1882.0913.14
Hex6303D5A1504Cc252d
Octal6607513225011430212215
Binary110110000111101101101010101010011001100001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06303D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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