Html Css Color HEX #063641 Nordic

📋 copy color: '#063641'

red 6 ◦ green 54 ◦ blue 65

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

Shades of Nordic #063641

Tints of Nordic #063641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 52%

R = 4.8%
G = 43.2%
B = 52%

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

#063641 (or 0x063641) is known color: Nordic. HEX triplet: 06, 36 and 41. RGB value is (6,54,65). Sum of RGB (Red+Green+Blue) = 6+54+65=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #063641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063641 is #F9C9BE. Grayscale: #282828. Windows color (decimal): -16370111 or 4273670. OLE color: 4273670.

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

Color convert

RGB 6 54 65 -
CMYK 0.91 0.17 0 0.75
HSL 191.19º 0.83% 0.14% -
HSV(B) 191.19º 0.91% 0.25% -
XYZ 2.35 3.06 5.47 -
YUV 40.9 141.6 103.11 -
System Red Green Blue C M Y K H S L
Decimal 6 54 65 0.91 0.17 0 0.75 191.19 0.83 0.14
Hex 6 36 41 5B 11 0 4B BF 53 E
Octal 6 66 101 133 21 0 113 277 123 16
Binary 110 110110 1000001 1011011 10001 0 1001011 10111111 1010011 1110

Color Harmonies of #063641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063641

Black with #063641

Text Example


Text Example

White with #063641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063641; }

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

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

background-color css

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

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

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

border-color css

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

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

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