Html Css Color HEX #063549 Blue Whale

📋 copy color: '#063549'

red 6 ◦ green 53 ◦ blue 73

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

Shades of Blue Whale #063549

Tints of Blue Whale #063549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 55.3%

R = 4.55%
G = 40.15%
B = 55.3%

CMYK

 C value IS 0.92

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#063549 (or 0x063549) is known color: Blue Whale. HEX triplet: 06, 35 and 49. RGB value is (6,53,73). Sum of RGB (Red+Green+Blue) = 6+53+73=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 73 (28.91% from 255 or 55.30% from 132); Max value from RGB is 73 - color contains mainly: blue. Hex color #063549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063549 is #F9CAB6. Grayscale: #292929. Windows color (decimal): -16370359 or 4797702. OLE color: 4797702.

HSL color Cylindrical-coordinate representation of color #063549: hue angle of 197.91º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #063549 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 53 73 -
CMYK 0.92 0.27 0 0.71
HSL 197.91º 0.85% 0.15% -
HSV(B) 197.91º 0.92% 0.29% -
XYZ 2.55 3.07 6.76 -
YUV 41.23 145.93 102.87 -
System Red Green Blue C M Y K H S L
Decimal 6 53 73 0.92 0.27 0 0.71 197.91 0.85 0.15
Hex 6 35 49 5C 1B 0 47 C6 55 F
Octal 6 65 111 134 33 0 107 306 125 17
Binary 110 110101 1001001 1011100 11011 0 1000111 11000110 1010101 1111

Color Harmonies of #063549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063549

Black with #063549

Text Example


Text Example

White with #063549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063549; }

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

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

background-color css

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

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

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

border-color css

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

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

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