#6093CF

Color #6093CF Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #6093CF

Tints of Picton Blue #6093CF

Color information

#6093CF (or 0x6093CF) is unknown color: approx Picton Blue. HEX triplet: 60, 93 and CF. RGB value is (96,147,207). Sum of RGB (Red+Green+Blue) = 96+147+207=450 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.33% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #6093CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6093CF is #9F6C30. Grayscale: #8A8A8A. Windows color (decimal): -10447921 or 13603680. OLE color: 13603680.

HSL color Cylindrical-coordinate representation of color #6093CF: hue angle of 212.43º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6093CF is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB96147207-
CMYK0.540.2900.19
HSL212.43º53.62%59.41%-
HSV(B)212.43º53.62%81.18%-
XYZ26.5227.8663.01-
YUV138.59166.697.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.33%
GREEN value IS 147 (57.81% from 255) = 32.67%
BLUE value IS 207 (81.25% from 255) = 46%
R=21.33%
G=32.67%
B=46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal961472070.540.2900.19212.4353.6259.41
Hex6093CF361D013d4363b
Octal14022331766350233246673
Binary110000010010011110011111101101110101001111010100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6093CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6093CF; }

 p { color: rgb(96,147,207); }

 H1.HeaderClassName
 {
   color: #6093CF;
 }
 .AnyTagClassName
 {
   color: #6093CF;
 }
</style>
background-color css

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

 a { background-color: rgb(96,147,207); }

 div.DivClassName
 {
   background-color: #6093CF;
 }
 .BgClassName
 {
   background-color: #6093CF;
 }
</style>
border-color css

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

 span { border-color: rgb(96,147,207); }

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