#6999CB

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

Shades of Picton Blue #6999CB

Tints of Picton Blue #6999CB

Color information

#6999CB (or 0x6999CB) is unknown color: approx Picton Blue. HEX triplet: 69, 99 and CB. RGB value is (105,153,203). Sum of RGB (Red+Green+Blue) = 105+153+203=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #6999CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6999CB is #966634. Grayscale: #909090. Windows color (decimal): -9856565 or 13343081. OLE color: 13343081.

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

Color convert

RGB105153203-
CMYK0.480.2500.20
HSL210.61º48.51%60.39%-
HSV(B)210.61º48.28%79.61%-
XYZ2830.160.83-
YUV144.35161.199.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.78%
GREEN value IS 153 (60.16% from 255) = 33.19%
BLUE value IS 203 (79.69% from 255) = 44.03%
R=22.78%
G=33.19%
B=44.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051532030.480.2500.20210.6148.5160.39
Hex6999CB3019014d3313c
Octal15123131360310243236174
Binary110100110011001110010111100001100101010011010011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6999CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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