Html Css Color HEX #063335 Nordic

📋 copy color: '#063335'

red 6 ◦ green 51 ◦ blue 53

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

Shades of Nordic #063335

Tints of Nordic #063335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 48.18%

R = 5.45%
G = 46.36%
B = 48.18%

CMYK

 C value IS 0.89

 M value IS 0.04

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#063335 (or 0x063335) is known color: Nordic. HEX triplet: 06, 33 and 35. RGB value is (6,51,53). Sum of RGB (Red+Green+Blue) = 6+51+53=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 53 (21.09% from 255 or 48.18% from 110); Max value from RGB is 53 - color contains mainly: blue. Hex color #063335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063335 is #F9CCCA. Grayscale: #252525. Windows color (decimal): -16370891 or 3486470. OLE color: 3486470.

HSL color Cylindrical-coordinate representation of color #063335: hue angle of 182.55º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #063335 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 6 51 53 -
CMYK 0.89 0.04 0 0.79
HSL 182.55º 0.8% 0.12% -
HSV(B) 182.55º 0.89% 0.21% -
XYZ 1.9 2.66 3.78 -
YUV 37.77 136.59 105.34 -
System Red Green Blue C M Y K H S L
Decimal 6 51 53 0.89 0.04 0 0.79 182.55 0.8 0.12
Hex 6 33 35 59 4 0 4F B7 50 C
Octal 6 63 65 131 4 0 117 267 120 14
Binary 110 110011 110101 1011001 100 0 1001111 10110111 1010000 1100

Color Harmonies of #063335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063335

Black with #063335

Text Example


Text Example

White with #063335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063335; }

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

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

background-color css

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

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

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

border-color css

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

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

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