Html Css Color HEX #06263D Tangaroa

📋 copy color: '#06263D'

red 6 ◦ green 38 ◦ blue 61

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

Shades of Tangaroa #06263D

Tints of Tangaroa #06263D

RGB

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

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

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

R = 5.71%
G = 36.19%
B = 58.1%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#06263D (or 0x06263D) is known color: Tangaroa. HEX triplet: 06, 26 and 3D. RGB value is (6,38,61). Sum of RGB (Red+Green+Blue) = 6+38+61=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 61 (24.22% from 255 or 58.10% from 105); Max value from RGB is 61 - color contains mainly: blue. Hex color #06263D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06263D is #F9D9C2. Grayscale: #1E1E1E. Windows color (decimal): -16374211 or 4007430. OLE color: 4007430.

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

Color convert

RGB 6 38 61 -
CMYK 0.90 0.38 0 0.76
HSL 205.09º 0.82% 0.13% -
HSV(B) 205.09º 0.9% 0.24% -
XYZ 1.61 1.76 4.67 -
YUV 31.05 144.9 110.13 -
System Red Green Blue C M Y K H S L
Decimal 6 38 61 0.90 0.38 0 0.76 205.09 0.82 0.13
Hex 6 26 3D 5A 26 0 4C CD 52 D
Octal 6 46 75 132 46 0 114 315 122 15
Binary 110 100110 111101 1011010 100110 0 1001100 11001101 1010010 1101

Color Harmonies of #06263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06263D

Black with #06263D

Text Example


Text Example

White with #06263D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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