Html Css Color HEX #062840 Tangaroa

📋 copy color: '#062840'

red 6 ◦ green 40 ◦ blue 64

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

Shades of Tangaroa #062840

Tints of Tangaroa #062840

RGB

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

 GREEN value IS 40 (16.02% from 255) = 36.36%

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

R = 5.45%
G = 36.36%
B = 58.18%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#062840 (or 0x062840) is known color: Tangaroa. HEX triplet: 06, 28 and 40. RGB value is (6,40,64). Sum of RGB (Red+Green+Blue) = 6+40+64=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 64 (25.39% from 255 or 58.18% from 110); Max value from RGB is 64 - color contains mainly: blue. Hex color #062840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062840 is #F9D7BF. Grayscale: #202020. Windows color (decimal): -16373696 or 4204550. OLE color: 4204550.

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

Color convert

RGB 6 40 64 -
CMYK 0.91 0.38 0 0.75
HSL 204.83º 0.83% 0.14% -
HSV(B) 204.83º 0.91% 0.25% -
XYZ 1.76 1.93 5.13 -
YUV 32.57 145.74 109.05 -
System Red Green Blue C M Y K H S L
Decimal 6 40 64 0.91 0.38 0 0.75 204.83 0.83 0.14
Hex 6 28 40 5B 26 0 4B CD 53 E
Octal 6 50 100 133 46 0 113 315 123 16
Binary 110 101000 1000000 1011011 100110 0 1001011 11001101 1010011 1110

Color Harmonies of #062840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062840

Black with #062840

Text Example


Text Example

White with #062840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062840; }

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

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

background-color css

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

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

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

border-color css

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

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

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