Html Css Color HEX #063640 Nordic

📋 copy color: '#063640'

red 6 ◦ green 54 ◦ blue 64

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

Shades of Nordic #063640

Tints of Nordic #063640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 43.55%

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

R = 4.84%
G = 43.55%
B = 51.61%

CMYK

 C value IS 0.91

 M value IS 0.16

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#063640 (or 0x063640) is known color: Nordic. HEX triplet: 06, 36 and 40. RGB value is (6,54,64). Sum of RGB (Red+Green+Blue) = 6+54+64=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #063640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063640 is #F9C9BF. Grayscale: #282828. Windows color (decimal): -16370112 or 4208134. OLE color: 4208134.

HSL color Cylindrical-coordinate representation of color #063640: hue angle of 190.34º 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 #063640 is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 54 64 -
CMYK 0.91 0.16 0 0.75
HSL 190.34º 0.83% 0.14% -
HSV(B) 190.34º 0.91% 0.25% -
XYZ 2.32 3.05 5.32 -
YUV 40.79 141.1 103.19 -
System Red Green Blue C M Y K H S L
Decimal 6 54 64 0.91 0.16 0 0.75 190.34 0.83 0.14
Hex 6 36 40 5B 10 0 4B BE 53 E
Octal 6 66 100 133 20 0 113 276 123 16
Binary 110 110110 1000000 1011011 10000 0 1001011 10111110 1010011 1110

Color Harmonies of #063640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063640

Black with #063640

Text Example


Text Example

White with #063640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063640; }

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

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

background-color css

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

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

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

border-color css

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

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

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