Html Css Color HEX #062247 Tangaroa

📋 copy color: '#062247'

red 6 ◦ green 34 ◦ blue 71

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

Shades of Tangaroa #062247

Tints of Tangaroa #062247

RGB

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

 GREEN value IS 34 (13.67% from 255) = 30.63%

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

R = 5.41%
G = 30.63%
B = 63.96%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#062247 (or 0x062247) is known color: Tangaroa. HEX triplet: 06, 22 and 47. RGB value is (6,34,71). Sum of RGB (Red+Green+Blue) = 6+34+71=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 71 (28.12% from 255 or 63.96% from 111); Max value from RGB is 71 - color contains mainly: blue. Hex color #062247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062247 is #F9DDB8. Grayscale: #1D1D1D. Windows color (decimal): -16375225 or 4661766. OLE color: 4661766.

HSL color Cylindrical-coordinate representation of color #062247: hue angle of 214.15º 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 #062247 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 34 71 -
CMYK 0.92 0.52 0 0.72
HSL 214.15º 0.84% 0.15% -
HSV(B) 214.15º 0.92% 0.28% -
XYZ 1.78 1.64 6.18 -
YUV 29.85 151.22 110.99 -
System Red Green Blue C M Y K H S L
Decimal 6 34 71 0.92 0.52 0 0.72 214.15 0.84 0.15
Hex 6 22 47 5C 34 0 48 D6 54 F
Octal 6 42 107 134 64 0 110 326 124 17
Binary 110 100010 1000111 1011100 110100 0 1001000 11010110 1010100 1111

Color Harmonies of #062247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062247

Black with #062247

Text Example


Text Example

White with #062247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062247; }

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

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

background-color css

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

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

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

border-color css

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

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

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