Html Css Color HEX #06333F Nordic

📋 copy color: '#06333F'

red 6 ◦ green 51 ◦ blue 63

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

Shades of Nordic #06333F

Tints of Nordic #06333F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 52.5%

R = 5%
G = 42.5%
B = 52.5%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#06333F (or 0x06333F) is known color: Nordic. HEX triplet: 06, 33 and 3F. RGB value is (6,51,63). Sum of RGB (Red+Green+Blue) = 6+51+63=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 63 (25% from 255 or 52.5% from 120); Max value from RGB is 63 - color contains mainly: blue. Hex color #06333F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06333F is #F9CCC0. Grayscale: #262626. Windows color (decimal): -16370881 or 4141830. OLE color: 4141830.

HSL color Cylindrical-coordinate representation of color #06333F: hue angle of 192.63º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06333F is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 51 63 -
CMYK 0.90 0.19 0 0.75
HSL 192.63º 0.83% 0.14% -
HSV(B) 192.63º 0.9% 0.25% -
XYZ 2.16 2.77 5.12 -
YUV 38.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 6 51 63 0.90 0.19 0 0.75 192.63 0.83 0.14
Hex 6 33 3F 5A 13 0 4B C1 53 E
Octal 6 63 77 132 23 0 113 301 123 16
Binary 110 110011 111111 1011010 10011 0 1001011 11000001 1010011 1110

Color Harmonies of #06333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06333F

Black with #06333F

Text Example


Text Example

White with #06333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06333F; }

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

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

background-color css

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

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

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

border-color css

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

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

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