Html Css Color HEX #062345 Tangaroa

📋 copy color: '#062345'

red 6 ◦ green 35 ◦ blue 69

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

Shades of Tangaroa #062345

Tints of Tangaroa #062345

RGB

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

 GREEN value IS 35 (14.06% from 255) = 31.82%

 BLUE value IS 69 (27.34% from 255) = 62.73%

R = 5.45%
G = 31.82%
B = 62.73%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#062345 (or 0x062345) is known color: Tangaroa. HEX triplet: 06, 23 and 45. RGB value is (6,35,69). Sum of RGB (Red+Green+Blue) = 6+35+69=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 69 (27.34% from 255 or 62.73% from 110); Max value from RGB is 69 - color contains mainly: blue. Hex color #062345 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062345 is #F9DCBA. Grayscale: #1E1E1E. Windows color (decimal): -16374971 or 4530950. OLE color: 4530950.

HSL color Cylindrical-coordinate representation of color #062345: hue angle of 212.38º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #062345 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 35 69 -
CMYK 0.91 0.49 0 0.73
HSL 212.38º 0.84% 0.15% -
HSV(B) 212.38º 0.91% 0.27% -
XYZ 1.75 1.67 5.86 -
YUV 30.21 149.89 110.74 -
System Red Green Blue C M Y K H S L
Decimal 6 35 69 0.91 0.49 0 0.73 212.38 0.84 0.15
Hex 6 23 45 5B 31 0 49 D4 54 F
Octal 6 43 105 133 61 0 111 324 124 17
Binary 110 100011 1000101 1011011 110001 0 1001001 11010100 1010100 1111

Color Harmonies of #062345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062345

Black with #062345

Text Example


Text Example

White with #062345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062345; }

 p { color: rgb(6,35,69); }

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

background-color css

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

 a { background-color: rgb(6,35,69); }

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

border-color css

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

 span { border-color: rgb(6,35,69); }

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