#063230

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

Shades of Nordic #063230

Tints of Nordic #063230

Color information

#063230 (or 0x063230) is unknown color: approx Nordic. HEX triplet: 06, 32 and 30. RGB value is (6,50,48). Sum of RGB (Red+Green+Blue) = 6+50+48=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 50 - color contains mainly: green. Hex color #063230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063230 is #F9CDCF. Grayscale: #242424. Windows color (decimal): -16371152 or 3158534. OLE color: 3158534.

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

Color convert

RGB65048-
CMYK0.8800.040.80
HSL177.27º78.57%10.98%-
HSV(B)177.27º88%19.61%-
XYZ1.752.533.19-
YUV36.62134.42106.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.77%
GREEN value IS 50 (19.92% from 255) = 48.08%
BLUE value IS 48 (19.14% from 255) = 46.15%
R=5.77%
G=48.08%
B=46.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal650480.8800.040.80177.2778.5710.98
Hex63230580450b14fb
Octal662601300412026111713
Binary1101100101100001011000010010100001011000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063230; }

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

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

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

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

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

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

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

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