#6399C9

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

Shades of Picton Blue #6399C9

Tints of Picton Blue #6399C9

Color information

#6399C9 (or 0x6399C9) is unknown color: approx Picton Blue. HEX triplet: 63, 99 and C9. RGB value is (99,153,201). Sum of RGB (Red+Green+Blue) = 99+153+201=453 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.85% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 201 - color contains mainly: blue. Hex color #6399C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6399C9 is #9C6636. Grayscale: #8E8E8E. Windows color (decimal): -10249783 or 13212003. OLE color: 13212003.

HSL color Cylindrical-coordinate representation of color #6399C9: hue angle of 208.24º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6399C9 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB99153201-
CMYK0.510.2400.21
HSL208.24º48.57%58.82%-
HSV(B)208.24º50.75%78.82%-
XYZ27.0829.6559.55-
YUV142.33161.1197.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.85%
GREEN value IS 153 (60.16% from 255) = 33.77%
BLUE value IS 201 (78.91% from 255) = 44.37%
R=21.85%
G=33.77%
B=44.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal991532010.510.2400.21208.2448.5758.82
Hex6399C93318015d0313b
Octal14323131163300253206173
Binary110001110011001110010011100111100001010111010000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6399C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6399C9; }

 p { color: rgb(99,153,201); }

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

<style>
 a { background-color: #6399C9; }

 a { background-color: rgb(99,153,201); }

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

<style>
 span { border-color: #6399C9; }

 span { border-color: rgb(99,153,201); }

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