Html Css Color HEX #063443 Blue Whale

📋 copy color: '#063443'

red 6 ◦ green 52 ◦ blue 67

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

Shades of Blue Whale #063443

Tints of Blue Whale #063443

RGB

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

 GREEN value IS 52 (20.7% from 255) = 41.6%

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

R = 4.8%
G = 41.6%
B = 53.6%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#063443 (or 0x063443) is known color: Blue Whale. HEX triplet: 06, 34 and 43. RGB value is (6,52,67). Sum of RGB (Red+Green+Blue) = 6+52+67=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 67 (26.56% from 255 or 53.6% from 125); Max value from RGB is 67 - color contains mainly: blue. Hex color #063443 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063443 is #F9CBBC. Grayscale: #272727. Windows color (decimal): -16370621 or 4404230. OLE color: 4404230.

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

Color convert

RGB 6 52 67 -
CMYK 0.91 0.22 0 0.74
HSL 194.75º 0.84% 0.14% -
HSV(B) 194.75º 0.91% 0.26% -
XYZ 2.32 2.9 5.75 -
YUV 39.96 143.26 103.78 -
System Red Green Blue C M Y K H S L
Decimal 6 52 67 0.91 0.22 0 0.74 194.75 0.84 0.14
Hex 6 34 43 5B 16 0 4A C3 54 E
Octal 6 64 103 133 26 0 112 303 124 16
Binary 110 110100 1000011 1011011 10110 0 1001010 11000011 1010100 1110

Color Harmonies of #063443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063443

Black with #063443

Text Example


Text Example

White with #063443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063443; }

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

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

background-color css

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

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

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

border-color css

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

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

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