Html Css Color HEX #063241 Blue Whale

📋 copy color: '#063241'

red 6 ◦ green 50 ◦ blue 65

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

Shades of Blue Whale #063241

Tints of Blue Whale #063241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 41.32%

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

R = 4.96%
G = 41.32%
B = 53.72%

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

#063241 (or 0x063241) is known color: Blue Whale. HEX triplet: 06, 32 and 41. RGB value is (6,50,65). Sum of RGB (Red+Green+Blue) = 6+50+65=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #063241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063241 is #F9CDBE. Grayscale: #262626. Windows color (decimal): -16371135 or 4272646. OLE color: 4272646.

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

Color convert

RGB 6 50 65 -
CMYK 0.91 0.23 0 0.75
HSL 195.25º 0.83% 0.14% -
HSV(B) 195.25º 0.91% 0.25% -
XYZ 2.17 2.7 5.41 -
YUV 38.55 142.92 104.78 -
System Red Green Blue C M Y K H S L
Decimal 6 50 65 0.91 0.23 0 0.75 195.25 0.83 0.14
Hex 6 32 41 5B 17 0 4B C3 53 E
Octal 6 62 101 133 27 0 113 303 123 16
Binary 110 110010 1000001 1011011 10111 0 1001011 11000011 1010011 1110

Color Harmonies of #063241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063241

Black with #063241

Text Example


Text Example

White with #063241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063241; }

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

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

background-color css

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

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

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

border-color css

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

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

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