#6094CB

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

Shades of Picton Blue #6094CB

Tints of Picton Blue #6094CB

Color information

#6094CB (or 0x6094CB) is unknown color: approx Picton Blue. HEX triplet: 60, 94 and CB. RGB value is (96,148,203). Sum of RGB (Red+Green+Blue) = 96+148+203=447 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.48% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #6094CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6094CB is #9F6B34. Grayscale: #8A8A8A. Windows color (decimal): -10447669 or 13341792. OLE color: 13341792.

HSL color Cylindrical-coordinate representation of color #6094CB: hue angle of 210.84º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6094CB is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB96148203-
CMYK0.530.2700.20
HSL210.84º50.71%58.63%-
HSV(B)210.84º52.71%79.61%-
XYZ26.1927.9860.52-
YUV138.72164.2797.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.48%
GREEN value IS 148 (58.20% from 255) = 33.11%
BLUE value IS 203 (79.69% from 255) = 45.41%
R=21.48%
G=33.11%
B=45.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal961482030.530.2700.20210.8450.7158.63
Hex6094CB351B014d3333b
Octal14022431365330243236373
Binary110000010010100110010111101011101101010011010011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6094CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6094CB; }

 p { color: rgb(96,148,203); }

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

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

 a { background-color: rgb(96,148,203); }

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

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

 span { border-color: rgb(96,148,203); }

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