#6193CF

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

Shades of Picton Blue #6193CF

Tints of Picton Blue #6193CF

Color information

#6193CF (or 0x6193CF) is unknown color: approx Picton Blue. HEX triplet: 61, 93 and CF. RGB value is (97,147,207). Sum of RGB (Red+Green+Blue) = 97+147+207=451 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.51% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #6193CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6193CF is #9E6C30. Grayscale: #8A8A8A. Windows color (decimal): -10382385 or 13603681. OLE color: 13603681.

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

Color convert

RGB97147207-
CMYK0.530.2900.19
HSL212.73º53.4%59.61%-
HSV(B)212.73º53.14%81.18%-
XYZ26.6327.9163.02-
YUV138.89166.4498.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.51%
GREEN value IS 147 (57.81% from 255) = 32.59%
BLUE value IS 207 (81.25% from 255) = 45.90%
R=21.51%
G=32.59%
B=45.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal971472070.530.2900.19212.7353.459.61
Hex6193CF351D013d5353c
Octal14122331765350233256574
Binary110000110010011110011111101011110101001111010101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6193CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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