#6B9DCD

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

Shades of Picton Blue #6B9DCD

Tints of Picton Blue #6B9DCD

Color information

#6B9DCD (or 0x6B9DCD) is unknown color: approx Picton Blue. HEX triplet: 6B, 9D and CD. RGB value is (107,157,205). Sum of RGB (Red+Green+Blue) = 107+157+205=469 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.81% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B9DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9DCD is #946232. Grayscale: #939393. Windows color (decimal): -9724467 or 13475179. OLE color: 13475179.

HSL color Cylindrical-coordinate representation of color #6B9DCD: hue angle of 209.39º degrees, saturation: 0.49, 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 #6B9DCD is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB107157205-
CMYK0.480.2300.20
HSL209.39º49.49%61.18%-
HSV(B)209.39º47.8%80.39%-
XYZ29.1431.6562.33-
YUV147.52160.4499.1-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.81%
GREEN value IS 157 (61.72% from 255) = 33.48%
BLUE value IS 205 (80.47% from 255) = 43.71%
R=22.81%
G=33.48%
B=43.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1071572050.480.2300.20209.3949.4961.18
Hex6B9DCD3017014d1313d
Octal15323531560270243216175
Binary110101110011101110011011100001011101010011010001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,157,205); }

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

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

 a { background-color: rgb(107,157,205); }

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

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

 span { border-color: rgb(107,157,205); }

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