Html Css Color HEX #062046 Tangaroa

📋 copy color: '#062046'

red 6 ◦ green 32 ◦ blue 70

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

Shades of Tangaroa #062046

Tints of Tangaroa #062046

RGB

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

 GREEN value IS 32 (12.89% from 255) = 29.63%

 BLUE value IS 70 (27.73% from 255) = 64.81%

R = 5.56%
G = 29.63%
B = 64.81%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#062046 (or 0x062046) is known color: Tangaroa. HEX triplet: 06, 20 and 46. RGB value is (6,32,70). Sum of RGB (Red+Green+Blue) = 6+32+70=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 70 (27.73% from 255 or 64.81% from 108); Max value from RGB is 70 - color contains mainly: blue. Hex color #062046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062046 is #F9DFB9. Grayscale: #1C1C1C. Windows color (decimal): -16375738 or 4595718. OLE color: 4595718.

HSL color Cylindrical-coordinate representation of color #062046: hue angle of 215.62º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #062046 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 32 70 -
CMYK 0.91 0.54 0 0.73
HSL 215.63º 0.84% 0.15% -
HSV(B) 215.63º 0.91% 0.27% -
XYZ 1.7 1.51 6 -
YUV 28.56 151.39 111.91 -
System Red Green Blue C M Y K H S L
Decimal 6 32 70 0.91 0.54 0 0.73 215.63 0.84 0.15
Hex 6 20 46 5B 36 0 49 D8 54 F
Octal 6 40 106 133 66 0 111 330 124 17
Binary 110 100000 1000110 1011011 110110 0 1001001 11011000 1010100 1111

Color Harmonies of #062046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062046

Black with #062046

Text Example


Text Example

White with #062046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062046; }

 p { color: rgb(6,32,70); }

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

background-color css

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

 a { background-color: rgb(6,32,70); }

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

border-color css

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

 span { border-color: rgb(6,32,70); }

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