Html Css Color HEX #06306E Prussian Blue

📋 copy color: '#06306E'

red 6 ◦ green 48 ◦ blue 110

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

Shades of Prussian Blue #06306E

Tints of Prussian Blue #06306E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 67.07%

R = 3.66%
G = 29.27%
B = 67.07%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#06306E (or 0x06306E) is known color: Prussian Blue. HEX triplet: 06, 30 and 6E. RGB value is (6,48,110). Sum of RGB (Red+Green+Blue) = 6+48+110=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 110 (43.36% from 255 or 67.07% from 164); Max value from RGB is 110 - color contains mainly: blue. Hex color #06306E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06306E is #F9CF91. Grayscale: #2A2A2A. Windows color (decimal): -16371602 or 7221254. OLE color: 7221254.

HSL color Cylindrical-coordinate representation of color #06306E: hue angle of 215.77º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06306E is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 48 110 -
CMYK 0.95 0.56 0 0.57
HSL 215.77º 0.9% 0.23% -
HSV(B) 215.77º 0.95% 0.43% -
XYZ 3.95 3.28 15.18 -
YUV 42.51 166.09 101.96 -
System Red Green Blue C M Y K H S L
Decimal 6 48 110 0.95 0.56 0 0.57 215.77 0.9 0.23
Hex 6 30 6E 5F 38 0 39 D8 5A 17
Octal 6 60 156 137 70 0 71 330 132 27
Binary 110 110000 1101110 1011111 111000 0 111001 11011000 1011010 10111

Color Harmonies of #06306E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06306E

Black with #06306E

Text Example


Text Example

White with #06306E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06306E; }

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

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

background-color css

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

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

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

border-color css

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

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

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