#6199CB

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

Shades of Picton Blue #6199CB

Tints of Picton Blue #6199CB

Color information

#6199CB (or 0x6199CB) is unknown color: approx Picton Blue. HEX triplet: 61, 99 and CB. RGB value is (97,153,203). Sum of RGB (Red+Green+Blue) = 97+153+203=453 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.41% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #6199CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6199CB is #9E6634. Grayscale: #8D8D8D. Windows color (decimal): -10380853 or 13343073. OLE color: 13343073.

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

Color convert

RGB97153203-
CMYK0.520.2500.20
HSL208.3º50.48%58.82%-
HSV(B)208.3º52.22%79.61%-
XYZ27.129.6460.79-
YUV141.96162.4595.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.41%
GREEN value IS 153 (60.16% from 255) = 33.77%
BLUE value IS 203 (79.69% from 255) = 44.81%
R=21.41%
G=33.77%
B=44.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971532030.520.2500.20208.350.4858.82
Hex6199CB3419014d0323b
Octal14123131364310243206273
Binary110000110011001110010111101001100101010011010000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6199CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,153,203); }

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

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

 a { background-color: rgb(97,153,203); }

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

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

 span { border-color: rgb(97,153,203); }

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