Html Css Color HEX #063547 Blue Whale

📋 copy color: '#063547'

red 6 ◦ green 53 ◦ blue 71

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

Shades of Blue Whale #063547

Tints of Blue Whale #063547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 54.62%

R = 4.62%
G = 40.77%
B = 54.62%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#063547 (or 0x063547) is known color: Blue Whale. HEX triplet: 06, 35 and 47. RGB value is (6,53,71). Sum of RGB (Red+Green+Blue) = 6+53+71=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 71 (28.12% from 255 or 54.62% from 130); Max value from RGB is 71 - color contains mainly: blue. Hex color #063547 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063547 is #F9CAB8. Grayscale: #282828. Windows color (decimal): -16370361 or 4666630. OLE color: 4666630.

HSL color Cylindrical-coordinate representation of color #063547: hue angle of 196.62º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #063547 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 53 71 -
CMYK 0.92 0.25 0 0.72
HSL 196.62º 0.84% 0.15% -
HSV(B) 196.62º 0.92% 0.28% -
XYZ 2.49 3.04 6.42 -
YUV 41 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 6 53 71 0.92 0.25 0 0.72 196.62 0.84 0.15
Hex 6 35 47 5C 19 0 48 C5 54 F
Octal 6 65 107 134 31 0 110 305 124 17
Binary 110 110101 1000111 1011100 11001 0 1001000 11000101 1010100 1111

Color Harmonies of #063547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063547

Black with #063547

Text Example


Text Example

White with #063547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063547; }

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

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

background-color css

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

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

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

border-color css

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

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

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