Html Css Color HEX #063439 Nordic

📋 copy color: '#063439'

red 6 ◦ green 52 ◦ blue 57

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

Shades of Nordic #063439

Tints of Nordic #063439

RGB

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

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

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

R = 5.22%
G = 45.22%
B = 49.57%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#063439 (or 0x063439) is known color: Nordic. HEX triplet: 06, 34 and 39. RGB value is (6,52,57). Sum of RGB (Red+Green+Blue) = 6+52+57=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 57 (22.66% from 255 or 49.57% from 115); Max value from RGB is 57 - color contains mainly: blue. Hex color #063439 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063439 is #F9CBC6. Grayscale: #262626. Windows color (decimal): -16370631 or 3748870. OLE color: 3748870.

HSL color Cylindrical-coordinate representation of color #063439: hue angle of 185.88º 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 #063439 is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 6 52 57 -
CMYK 0.89 0.09 0 0.78
HSL 185.88º 0.81% 0.12% -
HSV(B) 185.88º 0.89% 0.22% -
XYZ 2.04 2.79 4.3 -
YUV 38.82 138.26 104.59 -
System Red Green Blue C M Y K H S L
Decimal 6 52 57 0.89 0.09 0 0.78 185.88 0.81 0.12
Hex 6 34 39 59 9 0 4E BA 51 C
Octal 6 64 71 131 11 0 116 272 121 14
Binary 110 110100 111001 1011001 1001 0 1001110 10111010 1010001 1100

Color Harmonies of #063439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063439

Black with #063439

Text Example


Text Example

White with #063439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063439; }

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

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

background-color css

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

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

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

border-color css

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

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

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