Html Css Color HEX #062546 Tangaroa

📋 copy color: '#062546'

red 6 ◦ green 37 ◦ blue 70

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

Shades of Tangaroa #062546

Tints of Tangaroa #062546

RGB

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

 GREEN value IS 37 (14.84% from 255) = 32.74%

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

R = 5.31%
G = 32.74%
B = 61.95%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#062546 (or 0x062546) is known color: Tangaroa. HEX triplet: 06, 25 and 46. RGB value is (6,37,70). Sum of RGB (Red+Green+Blue) = 6+37+70=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 70 (27.73% from 255 or 61.95% from 113); Max value from RGB is 70 - color contains mainly: blue. Hex color #062546 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062546 is #F9DAB9. Grayscale: #1F1F1F. Windows color (decimal): -16374458 or 4596998. OLE color: 4596998.

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

Color convert

RGB 6 37 70 -
CMYK 0.91 0.47 0 0.73
HSL 210.94º 0.84% 0.15% -
HSV(B) 210.94º 0.91% 0.27% -
XYZ 1.84 1.8 6.05 -
YUV 31.49 149.73 109.82 -
System Red Green Blue C M Y K H S L
Decimal 6 37 70 0.91 0.47 0 0.73 210.94 0.84 0.15
Hex 6 25 46 5B 2F 0 49 D3 54 F
Octal 6 45 106 133 57 0 111 323 124 17
Binary 110 100101 1000110 1011011 101111 0 1001001 11010011 1010100 1111

Color Harmonies of #062546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062546

Black with #062546

Text Example


Text Example

White with #062546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062546; }

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

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

background-color css

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

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

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

border-color css

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

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

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