#063334

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

Shades of Nordic #063334

Tints of Nordic #063334

Color information

#063334 (or 0x063334) is unknown color: approx Nordic. HEX triplet: 06, 33 and 34. RGB value is (6,51,52). Sum of RGB (Red+Green+Blue) = 6+51+52=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 52 (20.70% from 255 or 47.71% from 109); Max value from RGB is 52 - color contains mainly: blue. Hex color #063334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063334 is #F9CCCB. Grayscale: #252525. Windows color (decimal): -16370892 or 3420934. OLE color: 3420934.

HSL color Cylindrical-coordinate representation of color #063334: hue angle of 181.3º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063334 is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB65152-
CMYK0.880.0200.80
HSL181.3º79.31%11.37%-
HSV(B)181.3º88.46%20.39%-
XYZ1.882.653.66-
YUV37.66136.09105.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.50%
GREEN value IS 51 (20.31% from 255) = 46.79%
BLUE value IS 52 (20.70% from 255) = 47.71%
R=5.50%
G=46.79%
B=47.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal651520.880.0200.80181.379.3111.37
Hex63334582050b54fb
Octal663641302012026511713
Binary110110011110100101100010010100001011010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063334; }

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

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

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

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

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

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

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

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