Html Css Color HEX #06223F Tangaroa

📋 copy color: '#06223F'

red 6 ◦ green 34 ◦ blue 63

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

Shades of Tangaroa #06223F

Tints of Tangaroa #06223F

RGB

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

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

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

R = 5.83%
G = 33.01%
B = 61.17%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#06223F (or 0x06223F) is known color: Tangaroa. HEX triplet: 06, 22 and 3F. RGB value is (6,34,63). Sum of RGB (Red+Green+Blue) = 6+34+63=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 63 (25% from 255 or 61.17% from 103); Max value from RGB is 63 - color contains mainly: blue. Hex color #06223F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06223F is #F9DDC0. Grayscale: #1C1C1C. Windows color (decimal): -16375233 or 4137478. OLE color: 4137478.

HSL color Cylindrical-coordinate representation of color #06223F: hue angle of 210.53º 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 #06223F is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 34 63 -
CMYK 0.90 0.46 0 0.75
HSL 210.53º 0.83% 0.14% -
HSV(B) 210.53º 0.9% 0.25% -
XYZ 1.54 1.54 4.92 -
YUV 28.93 147.22 111.64 -
System Red Green Blue C M Y K H S L
Decimal 6 34 63 0.90 0.46 0 0.75 210.53 0.83 0.14
Hex 6 22 3F 5A 2E 0 4B D3 53 E
Octal 6 42 77 132 56 0 113 323 123 16
Binary 110 100010 111111 1011010 101110 0 1001011 11010011 1010011 1110

Color Harmonies of #06223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06223F

Black with #06223F

Text Example


Text Example

White with #06223F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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