Html Css Color HEX #063333 Nordic

📋 copy color: '#063333'

red 6 ◦ green 51 ◦ blue 51

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

Shades of Nordic #063333

Tints of Nordic #063333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 47.22%

R = 5.56%
G = 47.22%
B = 47.22%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#063333 (or 0x063333) is known color: Nordic. HEX triplet: 06, 33 and 33. RGB value is (6,51,51). Sum of RGB (Red+Green+Blue) = 6+51+51=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 51 (20.31% from 255 or 47.22% from 108); Max value from RGB is 51 - color contains mainly: green, blue. Hex color #063333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063333 is #F9CCCC. Grayscale: #252525. Windows color (decimal): -16370893 or 3355398. OLE color: 3355398.

HSL color Cylindrical-coordinate representation of color #063333: hue angle of 180º 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 #063333 is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 6 51 51 -
CMYK 0.88 0 0 0.8
HSL 180º 0.79% 0.11% -
HSV(B) 180º 0.88% 0.2% -
XYZ 1.86 2.65 3.54 -
YUV 37.55 135.59 105.5 -
System Red Green Blue C M Y K H S L
Decimal 6 51 51 0.88 0 0 0.8 180 0.79 0.11
Hex 6 33 33 58 0 0 50 B4 4F B
Octal 6 63 63 130 0 0 120 264 117 13
Binary 110 110011 110011 1011000 0 0 1010000 10110100 1001111 1011

Color Harmonies of #063333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063333

Black with #063333

Text Example


Text Example

White with #063333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063333; }

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

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

background-color css

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

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

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

border-color css

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

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

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