Html Css Color HEX #063650 Prussian Blue

📋 copy color: '#063650'

red 6 ◦ green 54 ◦ blue 80

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

Shades of Prussian Blue #063650

Tints of Prussian Blue #063650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 38.57%

 BLUE value IS 80 (31.64% from 255) = 57.14%

R = 4.29%
G = 38.57%
B = 57.14%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#063650 (or 0x063650) is known color: Prussian Blue. HEX triplet: 06, 36 and 50. RGB value is (6,54,80). Sum of RGB (Red+Green+Blue) = 6+54+80=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 80 (31.64% from 255 or 57.14% from 140); Max value from RGB is 80 - color contains mainly: blue. Hex color #063650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063650 is #F9C9AF. Grayscale: #2A2A2A. Windows color (decimal): -16370096 or 5256710. OLE color: 5256710.

HSL color Cylindrical-coordinate representation of color #063650: hue angle of 201.08º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063650 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 54 80 -
CMYK 0.92 0.33 0 0.69
HSL 201.08º 0.86% 0.17% -
HSV(B) 201.08º 0.93% 0.31% -
XYZ 2.84 3.26 8.07 -
YUV 42.61 149.1 101.89 -
System Red Green Blue C M Y K H S L
Decimal 6 54 80 0.92 0.33 0 0.69 201.08 0.86 0.17
Hex 6 36 50 5C 21 0 45 C9 56 11
Octal 6 66 120 134 41 0 105 311 126 21
Binary 110 110110 1010000 1011100 100001 0 1000101 11001001 1010110 10001

Color Harmonies of #063650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063650

Black with #063650

Text Example


Text Example

White with #063650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063650; }

 p { color: rgb(6,54,80); }

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

background-color css

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

 a { background-color: rgb(6,54,80); }

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

border-color css

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

 span { border-color: rgb(6,54,80); }

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