Html Css Color HEX #063F62 Prussian Blue

📋 copy color: '#063F62'

red 6 ◦ green 63 ◦ blue 98

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

Shades of Prussian Blue #063F62

Tints of Prussian Blue #063F62

RGB

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

 GREEN value IS 63 (25% from 255) = 37.72%

 BLUE value IS 98 (38.67% from 255) = 58.68%

R = 3.59%
G = 37.72%
B = 58.68%

CMYK

 C value IS 0.94

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#063F62 (or 0x063F62) is known color: Prussian Blue. HEX triplet: 06, 3F and 62. RGB value is (6,63,98). Sum of RGB (Red+Green+Blue) = 6+63+98=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 98 (38.67% from 255 or 58.68% from 167); Max value from RGB is 98 - color contains mainly: blue. Hex color #063F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063F62 is #F9C09D. Grayscale: #313131. Windows color (decimal): -16367774 or 6438662. OLE color: 6438662.

HSL color Cylindrical-coordinate representation of color #063F62: hue angle of 202.83º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063F62 is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 63 98 -
CMYK 0.94 0.36 0 0.62
HSL 202.83º 0.88% 0.2% -
HSV(B) 202.83º 0.94% 0.38% -
XYZ 4.06 4.48 12.21 -
YUV 49.95 155.12 96.65 -
System Red Green Blue C M Y K H S L
Decimal 6 63 98 0.94 0.36 0 0.62 202.83 0.88 0.2
Hex 6 3F 62 5E 24 0 3E CB 58 14
Octal 6 77 142 136 44 0 76 313 130 24
Binary 110 111111 1100010 1011110 100100 0 111110 11001011 1011000 10100

Color Harmonies of #063F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063F62

Black with #063F62

Text Example


Text Example

White with #063F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063F62; }

 p { color: rgb(6,63,98); }

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

background-color css

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

 a { background-color: rgb(6,63,98); }

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

border-color css

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

 span { border-color: rgb(6,63,98); }

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