Html Css Color HEX #063040 Blue Whale

📋 copy color: '#063040'

red 6 ◦ green 48 ◦ blue 64

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

Shades of Blue Whale #063040

Tints of Blue Whale #063040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 40.68%

 BLUE value IS 64 (25.39% from 255) = 54.24%

R = 5.08%
G = 40.68%
B = 54.24%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#063040 (or 0x063040) is known color: Blue Whale. HEX triplet: 06, 30 and 40. RGB value is (6,48,64). Sum of RGB (Red+Green+Blue) = 6+48+64=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #063040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063040 is #F9CFBF. Grayscale: #252525. Windows color (decimal): -16371648 or 4206598. OLE color: 4206598.

HSL color Cylindrical-coordinate representation of color #063040: hue angle of 196.55º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063040 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 48 64 -
CMYK 0.91 0.25 0 0.75
HSL 196.55º 0.83% 0.14% -
HSV(B) 196.55º 0.91% 0.25% -
XYZ 2.06 2.52 5.23 -
YUV 37.27 143.09 105.7 -
System Red Green Blue C M Y K H S L
Decimal 6 48 64 0.91 0.25 0 0.75 196.55 0.83 0.14
Hex 6 30 40 5B 19 0 4B C5 53 E
Octal 6 60 100 133 31 0 113 305 123 16
Binary 110 110000 1000000 1011011 11001 0 1001011 11000101 1010011 1110

Color Harmonies of #063040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063040

Black with #063040

Text Example


Text Example

White with #063040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063040; }

 p { color: rgb(6,48,64); }

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

background-color css

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

 a { background-color: rgb(6,48,64); }

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

border-color css

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

 span { border-color: rgb(6,48,64); }

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