Html Css Color HEX #063045 Blue Whale

📋 copy color: '#063045'

red 6 ◦ green 48 ◦ blue 69

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

Shades of Blue Whale #063045

Tints of Blue Whale #063045

RGB

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

 GREEN value IS 48 (19.14% from 255) = 39.02%

 BLUE value IS 69 (27.34% from 255) = 56.1%

R = 4.88%
G = 39.02%
B = 56.1%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#063045 (or 0x063045) is known color: Blue Whale. HEX triplet: 06, 30 and 45. RGB value is (6,48,69). Sum of RGB (Red+Green+Blue) = 6+48+69=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 69 (27.34% from 255 or 56.10% from 123); Max value from RGB is 69 - color contains mainly: blue. Hex color #063045 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063045 is #F9CFBA. Grayscale: #252525. Windows color (decimal): -16371643 or 4534278. OLE color: 4534278.

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

Color convert

RGB 6 48 69 -
CMYK 0.91 0.30 0 0.73
HSL 200º 0.84% 0.15% -
HSV(B) 200º 0.91% 0.27% -
XYZ 2.21 2.58 6.01 -
YUV 37.84 145.59 105.29 -
System Red Green Blue C M Y K H S L
Decimal 6 48 69 0.91 0.30 0 0.73 200 0.84 0.15
Hex 6 30 45 5B 1E 0 49 C8 54 F
Octal 6 60 105 133 36 0 111 310 124 17
Binary 110 110000 1000101 1011011 11110 0 1001001 11001000 1010100 1111

Color Harmonies of #063045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063045

Black with #063045

Text Example


Text Example

White with #063045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063045; }

 p { color: rgb(6,48,69); }

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

background-color css

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

 a { background-color: rgb(6,48,69); }

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

border-color css

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

 span { border-color: rgb(6,48,69); }

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