Html Css Color HEX #063546 Blue Whale

📋 copy color: '#063546'

red 6 ◦ green 53 ◦ blue 70

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

Shades of Blue Whale #063546

Tints of Blue Whale #063546

RGB

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

 GREEN value IS 53 (21.09% from 255) = 41.09%

 BLUE value IS 70 (27.73% from 255) = 54.26%

R = 4.65%
G = 41.09%
B = 54.26%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#063546 (or 0x063546) is known color: Blue Whale. HEX triplet: 06, 35 and 46. RGB value is (6,53,70). Sum of RGB (Red+Green+Blue) = 6+53+70=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 70 (27.73% from 255 or 54.26% from 129); Max value from RGB is 70 - color contains mainly: blue. Hex color #063546 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063546 is #F9CAB9. Grayscale: #282828. Windows color (decimal): -16370362 or 4601094. OLE color: 4601094.

HSL color Cylindrical-coordinate representation of color #063546: hue angle of 195.94º 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 #063546 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 53 70 -
CMYK 0.91 0.24 0 0.73
HSL 195.94º 0.84% 0.15% -
HSV(B) 195.94º 0.91% 0.27% -
XYZ 2.45 3.03 6.25 -
YUV 40.89 144.43 103.12 -
System Red Green Blue C M Y K H S L
Decimal 6 53 70 0.91 0.24 0 0.73 195.94 0.84 0.15
Hex 6 35 46 5B 18 0 49 C4 54 F
Octal 6 65 106 133 30 0 111 304 124 17
Binary 110 110101 1000110 1011011 11000 0 1001001 11000100 1010100 1111

Color Harmonies of #063546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063546

Black with #063546

Text Example


Text Example

White with #063546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063546; }

 p { color: rgb(6,53,70); }

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

background-color css

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

 a { background-color: rgb(6,53,70); }

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

border-color css

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

 span { border-color: rgb(6,53,70); }

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