Html Css Color HEX #063140 Blue Whale

📋 copy color: '#063140'

red 6 ◦ green 49 ◦ blue 64

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

Shades of Blue Whale #063140

Tints of Blue Whale #063140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 41.18%

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

R = 5.04%
G = 41.18%
B = 53.78%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#063140 (or 0x063140) is known color: Blue Whale. HEX triplet: 06, 31 and 40. RGB value is (6,49,64). Sum of RGB (Red+Green+Blue) = 6+49+64=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #063140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063140 is #F9CEBF. Grayscale: #252525. Windows color (decimal): -16371392 or 4206854. OLE color: 4206854.

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

Color convert

RGB 6 49 64 -
CMYK 0.91 0.23 0 0.75
HSL 195.52º 0.83% 0.14% -
HSV(B) 195.52º 0.91% 0.25% -
XYZ 2.1 2.61 5.24 -
YUV 37.85 142.75 105.28 -
System Red Green Blue C M Y K H S L
Decimal 6 49 64 0.91 0.23 0 0.75 195.52 0.83 0.14
Hex 6 31 40 5B 17 0 4B C4 53 E
Octal 6 61 100 133 27 0 113 304 123 16
Binary 110 110001 1000000 1011011 10111 0 1001011 11000100 1010011 1110

Color Harmonies of #063140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063140

Black with #063140

Text Example


Text Example

White with #063140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063140; }

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

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

background-color css

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

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

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

border-color css

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

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

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