Html Css Color HEX #063539 Nordic

📋 copy color: '#063539'

red 6 ◦ green 53 ◦ blue 57

#063539
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #063539

Tints of Nordic #063539

RGB

 RED value IS 6 (2.73% from 255) = 5.17%

 GREEN value IS 53 (21.09% from 255) = 45.69%

 BLUE value IS 57 (22.66% from 255) = 49.14%

R = 5.17%
G = 45.69%
B = 49.14%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#063539 (or 0x063539) is known color: Nordic. HEX triplet: 06, 35 and 39. RGB value is (6,53,57). Sum of RGB (Red+Green+Blue) = 6+53+57=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 53 (21.09% from 255 or 45.69% from 116); Blue value is 57 (22.66% from 255 or 49.14% from 116); Max value from RGB is 57 - color contains mainly: blue. Hex color #063539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063539 is #F9CAC6. Grayscale: #272727. Windows color (decimal): -16370375 or 3749126. OLE color: 3749126.

HSL color Cylindrical-coordinate representation of color #063539: hue angle of 184.71º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #063539 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 6 53 57 -
CMYK 0.89 0.07 0 0.78
HSL 184.71º 0.81% 0.12% -
HSV(B) 184.71º 0.89% 0.22% -
XYZ 2.09 2.88 4.32 -
YUV 39.4 137.93 104.17 -
System Red Green Blue C M Y K H S L
Decimal 6 53 57 0.89 0.07 0 0.78 184.71 0.81 0.12
Hex 6 35 39 59 7 0 4E B9 51 C
Octal 6 65 71 131 7 0 116 271 121 14
Binary 110 110101 111001 1011001 111 0 1001110 10111001 1010001 1100

Color Harmonies of #063539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063539

Black with #063539

Text Example


Text Example

White with #063539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063539; }

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

 H1.HeaderClassName
 {
   color: #063539;
 }
 .AnyTagClassName
 {
   color: #063539;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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