Html Css Color HEX #06243E Tangaroa

📋 copy color: '#06243E'

red 6 ◦ green 36 ◦ blue 62

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

Shades of Tangaroa #06243E

Tints of Tangaroa #06243E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 34.62%

 BLUE value IS 62 (24.61% from 255) = 59.62%

R = 5.77%
G = 34.62%
B = 59.62%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#06243E (or 0x06243E) is known color: Tangaroa. HEX triplet: 06, 24 and 3E. RGB value is (6,36,62). Sum of RGB (Red+Green+Blue) = 6+36+62=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 36 (14.45% from 255 or 34.62% from 104); Blue value is 62 (24.61% from 255 or 59.62% from 104); Max value from RGB is 62 - color contains mainly: blue. Hex color #06243E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06243E is #F9DBC1. Grayscale: #1D1D1D. Windows color (decimal): -16374722 or 4072454. OLE color: 4072454.

HSL color Cylindrical-coordinate representation of color #06243E: hue angle of 207.86º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06243E is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 6 36 62 -
CMYK 0.90 0.42 0 0.76
HSL 207.86º 0.82% 0.13% -
HSV(B) 207.86º 0.9% 0.24% -
XYZ 1.58 1.65 4.79 -
YUV 29.99 146.06 110.89 -
System Red Green Blue C M Y K H S L
Decimal 6 36 62 0.90 0.42 0 0.76 207.86 0.82 0.13
Hex 6 24 3E 5A 2A 0 4C D0 52 D
Octal 6 44 76 132 52 0 114 320 122 15
Binary 110 100100 111110 1011010 101010 0 1001100 11010000 1010010 1101

Color Harmonies of #06243E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06243E

Black with #06243E

Text Example


Text Example

White with #06243E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06243E; }

 p { color: rgb(6,36,62); }

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

background-color css

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

 a { background-color: rgb(6,36,62); }

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

border-color css

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

 span { border-color: rgb(6,36,62); }

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