Html Css Color HEX #06283A Tangaroa

📋 copy color: '#06283A'

red 6 ◦ green 40 ◦ blue 58

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

Shades of Tangaroa #06283A

Tints of Tangaroa #06283A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 55.77%

R = 5.77%
G = 38.46%
B = 55.77%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#06283A (or 0x06283A) is known color: Tangaroa. HEX triplet: 06, 28 and 3A. RGB value is (6,40,58). Sum of RGB (Red+Green+Blue) = 6+40+58=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 40 (16.02% from 255 or 38.46% from 104); Blue value is 58 (23.05% from 255 or 55.77% from 104); Max value from RGB is 58 - color contains mainly: blue. Hex color #06283A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06283A is #F9D7C5. Grayscale: #1F1F1F. Windows color (decimal): -16373702 or 3811334. OLE color: 3811334.

HSL color Cylindrical-coordinate representation of color #06283A: hue angle of 200.77º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06283A is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 6 40 58 -
CMYK 0.90 0.31 0 0.77
HSL 200.77º 0.81% 0.13% -
HSV(B) 200.77º 0.9% 0.23% -
XYZ 1.6 1.86 4.28 -
YUV 31.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 6 40 58 0.90 0.31 0 0.77 200.77 0.81 0.13
Hex 6 28 3A 5A 1F 0 4D C9 51 D
Octal 6 50 72 132 37 0 115 311 121 15
Binary 110 101000 111010 1011010 11111 0 1001101 11001001 1010001 1101

Color Harmonies of #06283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06283A

Black with #06283A

Text Example


Text Example

White with #06283A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06283A; }

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

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

background-color css

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

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

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

border-color css

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

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

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