Html Css Color HEX #063540 Nordic

📋 copy color: '#063540'

red 6 ◦ green 53 ◦ blue 64

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

Shades of Nordic #063540

Tints of Nordic #063540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 52.03%

R = 4.88%
G = 43.09%
B = 52.03%

CMYK

 C value IS 0.91

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#063540 (or 0x063540) is known color: Nordic. HEX triplet: 06, 35 and 40. RGB value is (6,53,64). Sum of RGB (Red+Green+Blue) = 6+53+64=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #063540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063540 is #F9CABF. Grayscale: #282828. Windows color (decimal): -16370368 or 4207878. OLE color: 4207878.

HSL color Cylindrical-coordinate representation of color #063540: hue angle of 191.38º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063540 is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 53 64 -
CMYK 0.91 0.17 0 0.75
HSL 191.38º 0.83% 0.14% -
HSV(B) 191.38º 0.91% 0.25% -
XYZ 2.27 2.96 5.3 -
YUV 40.2 141.43 103.61 -
System Red Green Blue C M Y K H S L
Decimal 6 53 64 0.91 0.17 0 0.75 191.38 0.83 0.14
Hex 6 35 40 5B 11 0 4B BF 53 E
Octal 6 65 100 133 21 0 113 277 123 16
Binary 110 110101 1000000 1011011 10001 0 1001011 10111111 1010011 1110

Color Harmonies of #063540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063540

Black with #063540

Text Example


Text Example

White with #063540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063540; }

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

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

background-color css

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

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

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

border-color css

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

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

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