Html Css Color HEX #06223B Tangaroa

📋 copy color: '#06223B'

red 6 ◦ green 34 ◦ blue 59

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

Shades of Tangaroa #06223B

Tints of Tangaroa #06223B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 34.34%

 BLUE value IS 59 (23.44% from 255) = 59.6%

R = 6.06%
G = 34.34%
B = 59.6%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#06223B (or 0x06223B) is known color: Tangaroa. HEX triplet: 06, 22 and 3B. RGB value is (6,34,59). Sum of RGB (Red+Green+Blue) = 6+34+59=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 59 (23.44% from 255 or 59.60% from 99); Max value from RGB is 59 - color contains mainly: blue. Hex color #06223B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06223B is #F9DDC4. Grayscale: #1C1C1C. Windows color (decimal): -16375237 or 3875334. OLE color: 3875334.

HSL color Cylindrical-coordinate representation of color #06223B: hue angle of 208.3º degrees, saturation: 0.82, 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 #06223B is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 6 34 59 -
CMYK 0.90 0.42 0 0.77
HSL 208.3º 0.82% 0.13% -
HSV(B) 208.3º 0.9% 0.23% -
XYZ 1.44 1.5 4.35 -
YUV 28.48 145.22 111.97 -
System Red Green Blue C M Y K H S L
Decimal 6 34 59 0.90 0.42 0 0.77 208.3 0.82 0.13
Hex 6 22 3B 5A 2A 0 4D D0 52 D
Octal 6 42 73 132 52 0 115 320 122 15
Binary 110 100010 111011 1011010 101010 0 1001101 11010000 1010010 1101

Color Harmonies of #06223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06223B

Black with #06223B

Text Example


Text Example

White with #06223B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06223B; }

 p { color: rgb(6,34,59); }

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

background-color css

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

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

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

border-color css

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

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

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