Html Css Color HEX #063244 Blue Whale

📋 copy color: '#063244'

red 6 ◦ green 50 ◦ blue 68

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

Shades of Blue Whale #063244

Tints of Blue Whale #063244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 54.84%

R = 4.84%
G = 40.32%
B = 54.84%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#063244 (or 0x063244) is known color: Blue Whale. HEX triplet: 06, 32 and 44. RGB value is (6,50,68). Sum of RGB (Red+Green+Blue) = 6+50+68=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 68 (26.95% from 255 or 54.84% from 124); Max value from RGB is 68 - color contains mainly: blue. Hex color #063244 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063244 is #F9CDBB. Grayscale: #262626. Windows color (decimal): -16371132 or 4469254. OLE color: 4469254.

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

Color convert

RGB 6 50 68 -
CMYK 0.91 0.26 0 0.73
HSL 197.42º 0.84% 0.15% -
HSV(B) 197.42º 0.91% 0.27% -
XYZ 2.26 2.74 5.88 -
YUV 38.9 144.42 104.54 -
System Red Green Blue C M Y K H S L
Decimal 6 50 68 0.91 0.26 0 0.73 197.42 0.84 0.15
Hex 6 32 44 5B 1A 0 49 C5 54 F
Octal 6 62 104 133 32 0 111 305 124 17
Binary 110 110010 1000100 1011011 11010 0 1001001 11000101 1010100 1111

Color Harmonies of #063244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063244

Black with #063244

Text Example


Text Example

White with #063244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063244; }

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

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

background-color css

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

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

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

border-color css

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

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

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