Html Css Color HEX #063141 Blue Whale

📋 copy color: '#063141'

red 6 ◦ green 49 ◦ blue 65

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

Shades of Blue Whale #063141

Tints of Blue Whale #063141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 54.17%

R = 5%
G = 40.83%
B = 54.17%

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

#063141 (or 0x063141) is known color: Blue Whale. HEX triplet: 06, 31 and 41. RGB value is (6,49,65). Sum of RGB (Red+Green+Blue) = 6+49+65=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #063141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063141 is #F9CEBE. Grayscale: #252525. Windows color (decimal): -16371391 or 4272390. OLE color: 4272390.

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

Color convert

RGB 6 49 65 -
CMYK 0.91 0.25 0 0.75
HSL 196.27º 0.83% 0.14% -
HSV(B) 196.27º 0.91% 0.25% -
XYZ 2.13 2.62 5.39 -
YUV 37.97 143.25 105.2 -
System Red Green Blue C M Y K H S L
Decimal 6 49 65 0.91 0.25 0 0.75 196.27 0.83 0.14
Hex 6 31 41 5B 19 0 4B C4 53 E
Octal 6 61 101 133 31 0 113 304 123 16
Binary 110 110001 1000001 1011011 11001 0 1001011 11000100 1010011 1110

Color Harmonies of #063141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063141

Black with #063141

Text Example


Text Example

White with #063141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063141; }

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

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

background-color css

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

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

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

border-color css

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

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

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