Html Css Color HEX #062346 Tangaroa

📋 copy color: '#062346'

red 6 ◦ green 35 ◦ blue 70

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

Shades of Tangaroa #062346

Tints of Tangaroa #062346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 31.53%

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

R = 5.41%
G = 31.53%
B = 63.06%

CMYK

 C value IS 0.91

 M value IS 0.5

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#062346 (or 0x062346) is known color: Tangaroa. HEX triplet: 06, 23 and 46. RGB value is (6,35,70). Sum of RGB (Red+Green+Blue) = 6+35+70=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 70 (27.73% from 255 or 63.06% from 111); Max value from RGB is 70 - color contains mainly: blue. Hex color #062346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062346 is #F9DCB9. Grayscale: #1E1E1E. Windows color (decimal): -16374970 or 4596486. OLE color: 4596486.

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

Color convert

RGB 6 35 70 -
CMYK 0.91 0.5 0 0.73
HSL 212.81º 0.84% 0.15% -
HSV(B) 212.81º 0.91% 0.27% -
XYZ 1.78 1.68 6.03 -
YUV 30.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 6 35 70 0.91 0.5 0 0.73 212.81 0.84 0.15
Hex 6 23 46 5B 32 0 49 D5 54 F
Octal 6 43 106 133 62 0 111 325 124 17
Binary 110 100011 1000110 1011011 110010 0 1001001 11010101 1010100 1111

Color Harmonies of #062346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062346

Black with #062346

Text Example


Text Example

White with #062346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062346; }

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

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

background-color css

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

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

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

border-color css

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

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

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