#063135

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

Shades of Nordic #063135

Tints of Nordic #063135

Color information

#063135 (or 0x063135) is unknown color: approx Nordic. HEX triplet: 06, 31 and 35. RGB value is (6,49,53). Sum of RGB (Red+Green+Blue) = 6+49+53=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 53 (21.09% from 255 or 49.07% from 108); Max value from RGB is 53 - color contains mainly: blue. Hex color #063135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063135 is #F9CECA. Grayscale: #242424. Windows color (decimal): -16371403 or 3485958. OLE color: 3485958.

HSL color Cylindrical-coordinate representation of color #063135: hue angle of 185.11º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #063135 is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB64953-
CMYK0.890.0800.79
HSL185.11º79.66%11.57%-
HSV(B)185.11º88.68%20.78%-
XYZ1.822.493.75-
YUV36.6137.25106.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.56%
GREEN value IS 49 (19.53% from 255) = 45.37%
BLUE value IS 53 (21.09% from 255) = 49.07%
R=5.56%
G=45.37%
B=49.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal649530.890.0800.79185.1179.6611.57
Hex6313559804Fb950c
Octal6616513110011727112014
Binary11011000111010110110011000010011111011100110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063135; }

 p { color: rgb(6,49,53); }

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

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

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

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

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

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

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