#6299CB

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

Shades of Picton Blue #6299CB

Tints of Picton Blue #6299CB

Color information

#6299CB (or 0x6299CB) is unknown color: approx Picton Blue. HEX triplet: 62, 99 and CB. RGB value is (98,153,203). Sum of RGB (Red+Green+Blue) = 98+153+203=454 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.59% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #6299CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6299CB is #9D6634. Grayscale: #8E8E8E. Windows color (decimal): -10315317 or 13343074. OLE color: 13343074.

HSL color Cylindrical-coordinate representation of color #6299CB: hue angle of 208.57º 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 #6299CB is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB98153203-
CMYK0.520.2500.20
HSL208.57º50.24%59.02%-
HSV(B)208.57º51.72%79.61%-
XYZ27.2129.6960.8-
YUV142.26162.2896.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.59%
GREEN value IS 153 (60.16% from 255) = 33.70%
BLUE value IS 203 (79.69% from 255) = 44.71%
R=21.59%
G=33.70%
B=44.71%

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
Decimal981532030.520.2500.20208.5750.2459.02
Hex6299CB3419014d1323b
Octal14223131364310243216273
Binary110001010011001110010111101001100101010011010001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6299CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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