Html Css Color HEX #062940 Tangaroa

📋 copy color: '#062940'

red 6 ◦ green 41 ◦ blue 64

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

Shades of Tangaroa #062940

Tints of Tangaroa #062940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 36.94%

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

R = 5.41%
G = 36.94%
B = 57.66%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#062940 (or 0x062940) is known color: Tangaroa. HEX triplet: 06, 29 and 40. RGB value is (6,41,64). Sum of RGB (Red+Green+Blue) = 6+41+64=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 64 (25.39% from 255 or 57.66% from 111); Max value from RGB is 64 - color contains mainly: blue. Hex color #062940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062940 is #F9D6BF. Grayscale: #212121. Windows color (decimal): -16373440 or 4204806. OLE color: 4204806.

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

Color convert

RGB 6 41 64 -
CMYK 0.91 0.36 0 0.75
HSL 203.79º 0.83% 0.14% -
HSV(B) 203.79º 0.91% 0.25% -
XYZ 1.79 1.99 5.14 -
YUV 33.16 145.4 108.63 -
System Red Green Blue C M Y K H S L
Decimal 6 41 64 0.91 0.36 0 0.75 203.79 0.83 0.14
Hex 6 29 40 5B 24 0 4B CC 53 E
Octal 6 51 100 133 44 0 113 314 123 16
Binary 110 101001 1000000 1011011 100100 0 1001011 11001100 1010011 1110

Color Harmonies of #062940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062940

Black with #062940

Text Example


Text Example

White with #062940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062940; }

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

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

background-color css

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

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

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

border-color css

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

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

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