#063434

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

Shades of Nordic #063434

Tints of Nordic #063434

Color information

#063434 (or 0x063434) is unknown color: approx Nordic. HEX triplet: 06, 34 and 34. RGB value is (6,52,52). Sum of RGB (Red+Green+Blue) = 6+52+52=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 52 (20.70% from 255 or 47.27% from 110); Max value from RGB is 52 - color contains mainly: green, blue. Hex color #063434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063434 is #F9CBCB. Grayscale: #262626. Windows color (decimal): -16370636 or 3421190. OLE color: 3421190.

HSL color Cylindrical-coordinate representation of color #063434: hue angle of 180º 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 #063434 is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB65252-
CMYK0.88000.80
HSL180º79.31%11.37%-
HSV(B)180º88.46%20.39%-
XYZ1.922.743.68-
YUV38.25135.76105-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.45%
GREEN value IS 52 (20.70% from 255) = 47.27%
BLUE value IS 52 (20.70% from 255) = 47.27%
R=5.45%
G=47.27%
B=47.27%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal652520.88000.8018079.3111.37
Hex63434580050b44fb
Octal664641300012026411713
Binary11011010011010010110000010100001011010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063434; }

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

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

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

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

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

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

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

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