Html Css Color HEX #061E3F Tangaroa

📋 copy color: '#061E3F'

red 6 ◦ green 30 ◦ blue 63

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

Shades of Tangaroa #061E3F

Tints of Tangaroa #061E3F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 30.3%

 BLUE value IS 63 (25% from 255) = 63.64%

R = 6.06%
G = 30.3%
B = 63.64%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#061E3F (or 0x061E3F) is known color: Tangaroa. HEX triplet: 06, 1E and 3F. RGB value is (6,30,63). Sum of RGB (Red+Green+Blue) = 6+30+63=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 63 (25% from 255 or 63.64% from 99); Max value from RGB is 63 - color contains mainly: blue. Hex color #061E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061E3F is #F9E1C0. Grayscale: #1A1A1A. Windows color (decimal): -16376257 or 4136454. OLE color: 4136454.

HSL color Cylindrical-coordinate representation of color #061E3F: hue angle of 214.74º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #061E3F is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 30 63 -
CMYK 0.90 0.52 0 0.75
HSL 214.74º 0.83% 0.14% -
HSV(B) 214.74º 0.9% 0.25% -
XYZ 1.44 1.33 4.88 -
YUV 26.59 148.55 113.32 -
System Red Green Blue C M Y K H S L
Decimal 6 30 63 0.90 0.52 0 0.75 214.74 0.83 0.14
Hex 6 1E 3F 5A 34 0 4B D7 53 E
Octal 6 36 77 132 64 0 113 327 123 16
Binary 110 11110 111111 1011010 110100 0 1001011 11010111 1010011 1110

Color Harmonies of #061E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061E3F

Black with #061E3F

Text Example


Text Example

White with #061E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061E3F; }

 p { color: rgb(6,30,63); }

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

background-color css

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

 a { background-color: rgb(6,30,63); }

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

border-color css

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

 span { border-color: rgb(6,30,63); }

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