#6299CC

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

Shades of Picton Blue #6299CC

Tints of Picton Blue #6299CC

Color information

#6299CC (or 0x6299CC) is unknown color: approx Picton Blue. HEX triplet: 62, 99 and CC. RGB value is (98,153,204). Sum of RGB (Red+Green+Blue) = 98+153+204=455 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.54% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #6299CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6299CC is #9D6633. Grayscale: #8E8E8E. Windows color (decimal): -10315316 or 13408610. OLE color: 13408610.

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

Color convert

RGB98153204-
CMYK0.520.2500.2
HSL208.87º50.96%59.22%-
HSV(B)208.87º51.96%80%-
XYZ27.3329.7461.43-
YUV142.37162.7896.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.54%
GREEN value IS 153 (60.16% from 255) = 33.63%
BLUE value IS 204 (80.08% from 255) = 44.84%
R=21.54%
G=33.63%
B=44.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal981532040.520.2500.2208.8750.9659.22
Hex6299CC3419014d1333b
Octal14223131464310243216373
Binary110001010011001110011001101001100101010011010001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6299CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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