Html Css Color HEX #063334 Nordic

📋 copy color: '#063334'

red 6 ◦ green 51 ◦ blue 52

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

Shades of Nordic #063334

Tints of Nordic #063334

RGB

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

 GREEN value IS 51 (20.31% from 255) = 46.79%

 BLUE value IS 52 (20.7% from 255) = 47.71%

R = 5.5%
G = 46.79%
B = 47.71%

CMYK

 C value IS 0.88

 M value IS 0.02

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#063334 (or 0x063334) is known color: Nordic. HEX triplet: 06, 33 and 34. RGB value is (6,51,52). Sum of RGB (Red+Green+Blue) = 6+51+52=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 52 (20.70% from 255 or 47.71% from 109); Max value from RGB is 52 - color contains mainly: blue. Hex color #063334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063334 is #F9CCCB. Grayscale: #252525. Windows color (decimal): -16370892 or 3420934. OLE color: 3420934.

HSL color Cylindrical-coordinate representation of color #063334: hue angle of 181.3º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063334 is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 51 52 -
CMYK 0.88 0.02 0 0.80
HSL 181.3º 0.79% 0.11% -
HSV(B) 181.3º 0.88% 0.2% -
XYZ 1.88 2.65 3.66 -
YUV 37.66 136.09 105.42 -
System Red Green Blue C M Y K H S L
Decimal 6 51 52 0.88 0.02 0 0.80 181.3 0.79 0.11
Hex 6 33 34 58 2 0 50 B5 4F B
Octal 6 63 64 130 2 0 120 265 117 13
Binary 110 110011 110100 1011000 10 0 1010000 10110101 1001111 1011

Color Harmonies of #063334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063334

Black with #063334

Text Example


Text Example

White with #063334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063334; }

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

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

background-color css

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

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

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

border-color css

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

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

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