#6A99CD

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

Shades of Picton Blue #6A99CD

Tints of Picton Blue #6A99CD

Color information

#6A99CD (or 0x6A99CD) is unknown color: approx Picton Blue. HEX triplet: 6A, 99 and CD. RGB value is (106,153,205). Sum of RGB (Red+Green+Blue) = 106+153+205=464 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.84% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A99CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A99CD is #956632. Grayscale: #909090. Windows color (decimal): -9791027 or 13474154. OLE color: 13474154.

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

Color convert

RGB106153205-
CMYK0.480.2500.20
HSL211.52º49.75%60.98%-
HSV(B)211.52º48.29%80.39%-
XYZ28.3530.2562.1-
YUV144.88161.93100.27-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.84%
GREEN value IS 153 (60.16% from 255) = 32.97%
BLUE value IS 205 (80.47% from 255) = 44.18%
R=22.84%
G=32.97%
B=44.18%

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
Decimal1061532050.480.2500.20211.5249.7560.98
Hex6A99CD3019014d4323d
Octal15223131560310243246275
Binary110101010011001110011011100001100101010011010100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A99CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,153,205); }

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

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

 a { background-color: rgb(106,153,205); }

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

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

 span { border-color: rgb(106,153,205); }

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