Html Css Color HEX #093FF6 Persian Blue

📋 copy color: '#093FF6'

red 9 ◦ green 63 ◦ blue 246

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

Shades of Persian Blue #093FF6

Tints of Persian Blue #093FF6

RGB

 RED value IS 9 (3.91% from 255) = 2.83%

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

 BLUE value IS 246 (96.48% from 255) = 77.36%

R = 2.83%
G = 19.81%
B = 77.36%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#093FF6 (or 0x093FF6) is known color: Persian Blue. HEX triplet: 09, 3F and F6. RGB value is (9,63,246). Sum of RGB (Red+Green+Blue) = 9+63+246=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 246 (96.48% from 255 or 77.36% from 318); Max value from RGB is 246 - color contains mainly: blue. Hex color #093FF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093FF6 is #F6C009. Grayscale: #424242. Windows color (decimal): -16171018 or 16137993. OLE color: 16137993.

HSL color Cylindrical-coordinate representation of color #093FF6: hue angle of 226.33º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093FF6 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 9 63 246 -
CMYK 0.96 0.74 0 0.04
HSL 226.33º 0.93% 0.5% -
HSV(B) 226.33º 0.96% 0.96% -
XYZ 18.52 10.27 88.19 -
YUV 67.72 228.61 86.12 -
System Red Green Blue C M Y K H S L
Decimal 9 63 246 0.96 0.74 0 0.04 226.33 0.93 0.5
Hex 9 3F F6 60 4A 0 4 E2 5D 32
Octal 11 77 366 140 112 0 4 342 135 62
Binary 1001 111111 11110110 1100000 1001010 0 100 11100010 1011101 110010

Color Harmonies of #093FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093FF6

Black with #093FF6

Text Example


Text Example

White with #093FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093FF6; }

 p { color: rgb(9,63,246); }

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

background-color css

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

 a { background-color: rgb(9,63,246); }

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

border-color css

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

 span { border-color: rgb(9,63,246); }

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