Html Css Color HEX #062040 Tangaroa

📋 copy color: '#062040'

red 6 ◦ green 32 ◦ blue 64

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

Shades of Tangaroa #062040

Tints of Tangaroa #062040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 62.75%

R = 5.88%
G = 31.37%
B = 62.75%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#062040 (or 0x062040) is known color: Tangaroa. HEX triplet: 06, 20 and 40. RGB value is (6,32,64). Sum of RGB (Red+Green+Blue) = 6+32+64=102 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.88% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 64 (25.39% from 255 or 62.75% from 102); Max value from RGB is 64 - color contains mainly: blue. Hex color #062040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062040 is #F9DFBF. Grayscale: #1B1B1B. Windows color (decimal): -16375744 or 4202502. OLE color: 4202502.

HSL color Cylindrical-coordinate representation of color #062040: hue angle of 213.1º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #062040 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 32 64 -
CMYK 0.91 0.50 0 0.75
HSL 213.1º 0.83% 0.14% -
HSV(B) 213.1º 0.91% 0.25% -
XYZ 1.52 1.44 5.05 -
YUV 27.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 6 32 64 0.91 0.50 0 0.75 213.1 0.83 0.14
Hex 6 20 40 5B 32 0 4B D5 53 E
Octal 6 40 100 133 62 0 113 325 123 16
Binary 110 100000 1000000 1011011 110010 0 1001011 11010101 1010011 1110

Color Harmonies of #062040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062040

Black with #062040

Text Example


Text Example

White with #062040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062040; }

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

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

background-color css

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

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

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

border-color css

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

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

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