Html Css Color HEX #062641 Tangaroa

📋 copy color: '#062641'

red 6 ◦ green 38 ◦ blue 65

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

Shades of Tangaroa #062641

Tints of Tangaroa #062641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 59.63%

R = 5.5%
G = 34.86%
B = 59.63%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#062641 (or 0x062641) is known color: Tangaroa. HEX triplet: 06, 26 and 41. RGB value is (6,38,65). Sum of RGB (Red+Green+Blue) = 6+38+65=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 65 (25.78% from 255 or 59.63% from 109); Max value from RGB is 65 - color contains mainly: blue. Hex color #062641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062641 is #F9D9BE. Grayscale: #1F1F1F. Windows color (decimal): -16374207 or 4269574. OLE color: 4269574.

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

Color convert

RGB 6 38 65 -
CMYK 0.91 0.42 0 0.75
HSL 207.46º 0.83% 0.14% -
HSV(B) 207.46º 0.91% 0.25% -
XYZ 1.72 1.81 5.26 -
YUV 31.51 146.9 109.8 -
System Red Green Blue C M Y K H S L
Decimal 6 38 65 0.91 0.42 0 0.75 207.46 0.83 0.14
Hex 6 26 41 5B 2A 0 4B CF 53 E
Octal 6 46 101 133 52 0 113 317 123 16
Binary 110 100110 1000001 1011011 101010 0 1001011 11001111 1010011 1110

Color Harmonies of #062641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062641

Black with #062641

Text Example


Text Example

White with #062641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062641; }

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

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

background-color css

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

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

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

border-color css

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

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

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