#6B99CB

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

Shades of Picton Blue #6B99CB

Tints of Picton Blue #6B99CB

Color information

#6B99CB (or 0x6B99CB) is unknown color: approx Picton Blue. HEX triplet: 6B, 99 and CB. RGB value is (107,153,203). Sum of RGB (Red+Green+Blue) = 107+153+203=463 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.11% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B99CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B99CB is #946634. Grayscale: #909090. Windows color (decimal): -9725493 or 13343083. OLE color: 13343083.

HSL color Cylindrical-coordinate representation of color #6B99CB: hue angle of 211.25º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B99CB is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB107153203-
CMYK0.470.2500.20
HSL211.25º48%60.78%-
HSV(B)211.25º47.29%79.61%-
XYZ28.2330.2260.84-
YUV144.95160.76100.93-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.11%
GREEN value IS 153 (60.16% from 255) = 33.05%
BLUE value IS 203 (79.69% from 255) = 43.84%
R=23.11%
G=33.05%
B=43.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1071532030.470.2500.20211.254860.78
Hex6B99CB2F19014d3303d
Octal15323131357310243236075
Binary110101110011001110010111011111100101010011010011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B99CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B99CB; }

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

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

<style>
 a { background-color: #6B99CB; }

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

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

<style>
 span { border-color: #6B99CB; }

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

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