Html Css Color HEX #062647 Tangaroa

📋 copy color: '#062647'

red 6 ◦ green 38 ◦ blue 71

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

Shades of Tangaroa #062647

Tints of Tangaroa #062647

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.04%

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

R = 5.22%
G = 33.04%
B = 61.74%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#062647 (or 0x062647) is known color: Tangaroa. HEX triplet: 06, 26 and 47. RGB value is (6,38,71). Sum of RGB (Red+Green+Blue) = 6+38+71=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 71 (28.12% from 255 or 61.74% from 115); Max value from RGB is 71 - color contains mainly: blue. Hex color #062647 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062647 is #F9D9B8. Grayscale: #202020. Windows color (decimal): -16374201 or 4662790. OLE color: 4662790.

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

Color convert

RGB 6 38 71 -
CMYK 0.92 0.46 0 0.72
HSL 210.46º 0.84% 0.15% -
HSV(B) 210.46º 0.92% 0.28% -
XYZ 1.91 1.88 6.22 -
YUV 32.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 6 38 71 0.92 0.46 0 0.72 210.46 0.84 0.15
Hex 6 26 47 5C 2E 0 48 D2 54 F
Octal 6 46 107 134 56 0 110 322 124 17
Binary 110 100110 1000111 1011100 101110 0 1001000 11010010 1010100 1111

Color Harmonies of #062647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062647

Black with #062647

Text Example


Text Example

White with #062647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062647; }

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

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

background-color css

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

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

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

border-color css

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

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

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