Html Css Color HEX #063455 Prussian Blue

📋 copy color: '#063455'

red 6 ◦ green 52 ◦ blue 85

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

Shades of Prussian Blue #063455

Tints of Prussian Blue #063455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 59.44%

R = 4.2%
G = 36.36%
B = 59.44%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#063455 (or 0x063455) is known color: Prussian Blue. HEX triplet: 06, 34 and 55. RGB value is (6,52,85). Sum of RGB (Red+Green+Blue) = 6+52+85=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 85 (33.59% from 255 or 59.44% from 143); Max value from RGB is 85 - color contains mainly: blue. Hex color #063455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063455 is #F9CBAA. Grayscale: #292929. Windows color (decimal): -16370603 or 5583878. OLE color: 5583878.

HSL color Cylindrical-coordinate representation of color #063455: hue angle of 205.06º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063455 is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 52 85 -
CMYK 0.93 0.39 0 0.67
HSL 205.06º 0.87% 0.18% -
HSV(B) 205.06º 0.93% 0.33% -
XYZ 2.94 3.15 9.05 -
YUV 42.01 152.26 102.32 -
System Red Green Blue C M Y K H S L
Decimal 6 52 85 0.93 0.39 0 0.67 205.06 0.87 0.18
Hex 6 34 55 5D 27 0 43 CD 57 12
Octal 6 64 125 135 47 0 103 315 127 22
Binary 110 110100 1010101 1011101 100111 0 1000011 11001101 1010111 10010

Color Harmonies of #063455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063455

Black with #063455

Text Example


Text Example

White with #063455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063455; }

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

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

background-color css

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

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

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

border-color css

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

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

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