#06223F

Color #06223F Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #06223F

Tints of Tangaroa #06223F

Color information

#06223F (or 0x06223F) is unknown color: approx 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

RGB63463-
CMYK0.900.4600.75
HSL210.53º82.61%13.53%-
HSV(B)210.53º90.48%24.71%-
XYZ1.541.544.92-
YUV28.93147.22111.64-

RGB Variations

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

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 (Cyan) values IS 0.90
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal634630.900.4600.75210.5382.6113.53
Hex6223F5A2E04Bd353e
Octal6427713256011332312316
Binary1101000101111111011010101110010010111101001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06223F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>