#6b9ed1

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

Shades of Picton Blue #6B9ED1

Tints of Picton Blue #6B9ED1

Color information

#6B9ED1 (or 0x6B9ED1) is unknown color: approx Picton Blue. HEX triplet: 6B, 9E and D1. RGB value is (107,158,209). Sum of RGB (Red+Green+Blue) = 107+158+209=474 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.57% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 209 - color contains mainly: blue. Hex color #6B9ED1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9ED1 is #94612E. Grayscale: #949494. Windows color (decimal): -9724207 or 13737579. OLE color: 13737579.

HSL color Cylindrical-coordinate representation of color #6B9ED1: hue angle of 210º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B9ED1 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB107158209-
CMYK0.490.2400.18
HSL210º52.58%61.96%-
HSV(B)210º48.8%81.96%-
XYZ29.832.1864.96-
YUV148.56162.198.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.57%
GREEN value IS 158 (62.11% from 255) = 33.33%
BLUE value IS 209 (82.03% from 255) = 44.09%
R=22.57%
G=33.33%
B=44.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1071582090.490.2400.1821052.5861.96
Hex6B9ED13118012d2353e
Octal15323632161300223226576
Binary110101110011110110100011100011100001001011010010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b9ed1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,158,209); }

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

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

 a { background-color: rgb(107,158,209); }

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

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

 span { border-color: rgb(107,158,209); }

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