Html Css Color HEX #06333A Nordic

📋 copy color: '#06333A'

red 6 ◦ green 51 ◦ blue 58

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

Shades of Nordic #06333A

Tints of Nordic #06333A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 50.43%

R = 5.22%
G = 44.35%
B = 50.43%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#06333A (or 0x06333A) is known color: Nordic. HEX triplet: 06, 33 and 3A. RGB value is (6,51,58). Sum of RGB (Red+Green+Blue) = 6+51+58=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 51 (20.31% from 255 or 44.35% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #06333A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06333A is #F9CCC5. Grayscale: #262626. Windows color (decimal): -16370886 or 3814150. OLE color: 3814150.

HSL color Cylindrical-coordinate representation of color #06333A: hue angle of 188.08º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06333A is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 6 51 58 -
CMYK 0.90 0.12 0 0.77
HSL 188.08º 0.81% 0.13% -
HSV(B) 188.08º 0.9% 0.23% -
XYZ 2.02 2.71 4.42 -
YUV 38.34 139.09 104.93 -
System Red Green Blue C M Y K H S L
Decimal 6 51 58 0.90 0.12 0 0.77 188.08 0.81 0.13
Hex 6 33 3A 5A C 0 4D BC 51 D
Octal 6 63 72 132 14 0 115 274 121 15
Binary 110 110011 111010 1011010 1100 0 1001101 10111100 1010001 1101

Color Harmonies of #06333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06333A

Black with #06333A

Text Example


Text Example

White with #06333A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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