#6F9ECA

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

Shades of Picton Blue #6F9ECA

Tints of Picton Blue #6F9ECA

Color information

#6F9ECA (or 0x6F9ECA) is unknown color: approx Picton Blue. HEX triplet: 6F, 9E and CA. RGB value is (111,158,202). Sum of RGB (Red+Green+Blue) = 111+158+202=471 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.57% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F9ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9ECA is #906135. Grayscale: #949494. Windows color (decimal): -9462070 or 13278831. OLE color: 13278831.

HSL color Cylindrical-coordinate representation of color #6F9ECA: hue angle of 209.01º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F9ECA is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB111158202-
CMYK0.450.2200.21
HSL209.01º46.19%61.37%-
HSV(B)209.01º45.05%79.22%-
XYZ29.4432.160.52-
YUV148.96157.93100.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.57%
GREEN value IS 158 (62.11% from 255) = 33.55%
BLUE value IS 202 (79.30% from 255) = 42.89%
R=23.57%
G=33.55%
B=42.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1111582020.450.2200.21209.0146.1961.37
Hex6F9ECA2D16015d12e3d
Octal15723631255260253215675
Binary110111110011110110010101011011011001010111010001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,158,202); }

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

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

 a { background-color: rgb(111,158,202); }

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

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

 span { border-color: rgb(111,158,202); }

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