Html Css Color HEX #062340 Tangaroa

📋 copy color: '#062340'

red 6 ◦ green 35 ◦ blue 64

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

Shades of Tangaroa #062340

Tints of Tangaroa #062340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 33.33%

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

R = 5.71%
G = 33.33%
B = 60.95%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#062340 (or 0x062340) is known color: Tangaroa. HEX triplet: 06, 23 and 40. RGB value is (6,35,64). Sum of RGB (Red+Green+Blue) = 6+35+64=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 64 (25.39% from 255 or 60.95% from 105); Max value from RGB is 64 - color contains mainly: blue. Hex color #062340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062340 is #F9DCBF. Grayscale: #1D1D1D. Windows color (decimal): -16374976 or 4203270. OLE color: 4203270.

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

Color convert

RGB 6 35 64 -
CMYK 0.91 0.45 0 0.75
HSL 210º 0.83% 0.14% -
HSV(B) 210º 0.91% 0.25% -
XYZ 1.6 1.61 5.08 -
YUV 29.64 147.39 111.14 -
System Red Green Blue C M Y K H S L
Decimal 6 35 64 0.91 0.45 0 0.75 210 0.83 0.14
Hex 6 23 40 5B 2D 0 4B D2 53 E
Octal 6 43 100 133 55 0 113 322 123 16
Binary 110 100011 1000000 1011011 101101 0 1001011 11010010 1010011 1110

Color Harmonies of #062340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062340

Black with #062340

Text Example


Text Example

White with #062340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062340; }

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

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

background-color css

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

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

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

border-color css

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

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

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