Html Css Color HEX #062947 Tangaroa

📋 copy color: '#062947'

red 6 ◦ green 41 ◦ blue 71

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

Shades of Tangaroa #062947

Tints of Tangaroa #062947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 60.17%

R = 5.08%
G = 34.75%
B = 60.17%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#062947 (or 0x062947) is known color: Tangaroa. HEX triplet: 06, 29 and 47. RGB value is (6,41,71). Sum of RGB (Red+Green+Blue) = 6+41+71=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 71 (28.12% from 255 or 60.17% from 118); Max value from RGB is 71 - color contains mainly: blue. Hex color #062947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062947 is #F9D6B8. Grayscale: #212121. Windows color (decimal): -16373433 or 4663558. OLE color: 4663558.

HSL color Cylindrical-coordinate representation of color #062947: hue angle of 207.69º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062947 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 41 71 -
CMYK 0.92 0.42 0 0.72
HSL 207.69º 0.84% 0.15% -
HSV(B) 207.69º 0.92% 0.28% -
XYZ 2.01 2.08 6.26 -
YUV 33.96 148.9 108.06 -
System Red Green Blue C M Y K H S L
Decimal 6 41 71 0.92 0.42 0 0.72 207.69 0.84 0.15
Hex 6 29 47 5C 2A 0 48 D0 54 F
Octal 6 51 107 134 52 0 110 320 124 17
Binary 110 101001 1000111 1011100 101010 0 1001000 11010000 1010100 1111

Color Harmonies of #062947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062947

Black with #062947

Text Example


Text Example

White with #062947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062947; }

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

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

background-color css

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

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

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

border-color css

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

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

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