Html Css Color HEX #062146 Tangaroa

📋 copy color: '#062146'

red 6 ◦ green 33 ◦ blue 70

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

Shades of Tangaroa #062146

Tints of Tangaroa #062146

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30.28%

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

R = 5.5%
G = 30.28%
B = 64.22%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#062146 (or 0x062146) is known color: Tangaroa. HEX triplet: 06, 21 and 46. RGB value is (6,33,70). Sum of RGB (Red+Green+Blue) = 6+33+70=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 70 (27.73% from 255 or 64.22% from 109); Max value from RGB is 70 - color contains mainly: blue. Hex color #062146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062146 is #F9DEB9. Grayscale: #1C1C1C. Windows color (decimal): -16375482 or 4595974. OLE color: 4595974.

HSL color Cylindrical-coordinate representation of color #062146: hue angle of 214.69º 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 #062146 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 33 70 -
CMYK 0.91 0.53 0 0.73
HSL 214.69º 0.84% 0.15% -
HSV(B) 214.69º 0.91% 0.27% -
XYZ 1.72 1.57 6.01 -
YUV 29.15 151.05 111.49 -
System Red Green Blue C M Y K H S L
Decimal 6 33 70 0.91 0.53 0 0.73 214.69 0.84 0.15
Hex 6 21 46 5B 35 0 49 D7 54 F
Octal 6 41 106 133 65 0 111 327 124 17
Binary 110 100001 1000110 1011011 110101 0 1001001 11010111 1010100 1111

Color Harmonies of #062146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062146

Black with #062146

Text Example


Text Example

White with #062146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062146; }

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

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

background-color css

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

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

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

border-color css

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

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

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