Html Css Color HEX #062240 Tangaroa

📋 copy color: '#062240'

red 6 ◦ green 34 ◦ blue 64

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

Shades of Tangaroa #062240

Tints of Tangaroa #062240

RGB

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

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

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

R = 5.77%
G = 32.69%
B = 61.54%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#062240 (or 0x062240) is known color: Tangaroa. HEX triplet: 06, 22 and 40. RGB value is (6,34,64). Sum of RGB (Red+Green+Blue) = 6+34+64=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 64 (25.39% from 255 or 61.54% from 104); Max value from RGB is 64 - color contains mainly: blue. Hex color #062240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062240 is #F9DDBF. Grayscale: #1C1C1C. Windows color (decimal): -16375232 or 4203014. OLE color: 4203014.

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

Color convert

RGB 6 34 64 -
CMYK 0.91 0.47 0 0.75
HSL 211.03º 0.83% 0.14% -
HSV(B) 211.03º 0.91% 0.25% -
XYZ 1.57 1.55 5.07 -
YUV 29.05 147.72 111.56 -
System Red Green Blue C M Y K H S L
Decimal 6 34 64 0.91 0.47 0 0.75 211.03 0.83 0.14
Hex 6 22 40 5B 2F 0 4B D3 53 E
Octal 6 42 100 133 57 0 113 323 123 16
Binary 110 100010 1000000 1011011 101111 0 1001011 11010011 1010011 1110

Color Harmonies of #062240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062240

Black with #062240

Text Example


Text Example

White with #062240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062240; }

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

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

background-color css

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

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

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

border-color css

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

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

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