Html Css Color HEX #063440 Nordic

📋 copy color: '#063440'

red 6 ◦ green 52 ◦ blue 64

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

Shades of Nordic #063440

Tints of Nordic #063440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 42.62%

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

R = 4.92%
G = 42.62%
B = 52.46%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#063440 (or 0x063440) is known color: Nordic. HEX triplet: 06, 34 and 40. RGB value is (6,52,64). Sum of RGB (Red+Green+Blue) = 6+52+64=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #063440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063440 is #F9CBBF. Grayscale: #272727. Windows color (decimal): -16370624 or 4207622. OLE color: 4207622.

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

Color convert

RGB 6 52 64 -
CMYK 0.91 0.19 0 0.75
HSL 192.41º 0.83% 0.14% -
HSV(B) 192.41º 0.91% 0.25% -
XYZ 2.23 2.86 5.29 -
YUV 39.61 141.76 104.02 -
System Red Green Blue C M Y K H S L
Decimal 6 52 64 0.91 0.19 0 0.75 192.41 0.83 0.14
Hex 6 34 40 5B 13 0 4B C0 53 E
Octal 6 64 100 133 23 0 113 300 123 16
Binary 110 110100 1000000 1011011 10011 0 1001011 11000000 1010011 1110

Color Harmonies of #063440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063440

Black with #063440

Text Example


Text Example

White with #063440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063440; }

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

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

background-color css

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

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

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

border-color css

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

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

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