Html Css Color HEX #06203D Tangaroa

📋 copy color: '#06203D'

red 6 ◦ green 32 ◦ blue 61

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

Shades of Tangaroa #06203D

Tints of Tangaroa #06203D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 32.32%

 BLUE value IS 61 (24.22% from 255) = 61.62%

R = 6.06%
G = 32.32%
B = 61.62%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#06203D (or 0x06203D) is known color: Tangaroa. HEX triplet: 06, 20 and 3D. RGB value is (6,32,61). Sum of RGB (Red+Green+Blue) = 6+32+61=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 61 (24.22% from 255 or 61.62% from 99); Max value from RGB is 61 - color contains mainly: blue. Hex color #06203D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06203D is #F9DFC2. Grayscale: #1B1B1B. Windows color (decimal): -16375747 or 4005894. OLE color: 4005894.

HSL color Cylindrical-coordinate representation of color #06203D: hue angle of 211.64º 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 #06203D is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 6 32 61 -
CMYK 0.90 0.48 0 0.76
HSL 211.64º 0.82% 0.13% -
HSV(B) 211.64º 0.9% 0.24% -
XYZ 1.43 1.41 4.61 -
YUV 27.53 146.89 112.64 -
System Red Green Blue C M Y K H S L
Decimal 6 32 61 0.90 0.48 0 0.76 211.64 0.82 0.13
Hex 6 20 3D 5A 30 0 4C D4 52 D
Octal 6 40 75 132 60 0 114 324 122 15
Binary 110 100000 111101 1011010 110000 0 1001100 11010100 1010010 1101

Color Harmonies of #06203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06203D

Black with #06203D

Text Example


Text Example

White with #06203D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06203D; }

 p { color: rgb(6,32,61); }

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

background-color css

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

 a { background-color: rgb(6,32,61); }

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

border-color css

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

 span { border-color: rgb(6,32,61); }

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