Html Css Color HEX #063343 Blue Whale

📋 copy color: '#063343'

red 6 ◦ green 51 ◦ blue 67

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

Shades of Blue Whale #063343

Tints of Blue Whale #063343

RGB

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

 GREEN value IS 51 (20.31% from 255) = 41.13%

 BLUE value IS 67 (26.56% from 255) = 54.03%

R = 4.84%
G = 41.13%
B = 54.03%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#063343 (or 0x063343) is known color: Blue Whale. HEX triplet: 06, 33 and 43. RGB value is (6,51,67). Sum of RGB (Red+Green+Blue) = 6+51+67=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 67 (26.56% from 255 or 54.03% from 124); Max value from RGB is 67 - color contains mainly: blue. Hex color #063343 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063343 is #F9CCBC. Grayscale: #272727. Windows color (decimal): -16370877 or 4403974. OLE color: 4403974.

HSL color Cylindrical-coordinate representation of color #063343: hue angle of 195.74º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063343 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 51 67 -
CMYK 0.91 0.24 0 0.74
HSL 195.74º 0.84% 0.14% -
HSV(B) 195.74º 0.91% 0.26% -
XYZ 2.27 2.81 5.73 -
YUV 39.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 6 51 67 0.91 0.24 0 0.74 195.74 0.84 0.14
Hex 6 33 43 5B 18 0 4A C4 54 E
Octal 6 63 103 133 30 0 112 304 124 16
Binary 110 110011 1000011 1011011 11000 0 1001010 11000100 1010100 1110

Color Harmonies of #063343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063343

Black with #063343

Text Example


Text Example

White with #063343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063343; }

 p { color: rgb(6,51,67); }

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

background-color css

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

 a { background-color: rgb(6,51,67); }

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

border-color css

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

 span { border-color: rgb(6,51,67); }

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