#6FA5CA

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

Shades of Picton Blue #6FA5CA

Tints of Picton Blue #6FA5CA

Color information

#6FA5CA (or 0x6FA5CA) is unknown color: approx Picton Blue. HEX triplet: 6F, A5 and CA. RGB value is (111,165,202). Sum of RGB (Red+Green+Blue) = 111+165+202=478 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.22% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #6FA5CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA5CA is #905A35. Grayscale: #989898. Windows color (decimal): -9460278 or 13280623. OLE color: 13280623.

HSL color Cylindrical-coordinate representation of color #6FA5CA: hue angle of 204.4º 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 #6FA5CA is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB111165202-
CMYK0.450.1800.21
HSL204.4º46.19%61.37%-
HSV(B)204.4º45.05%79.22%-
XYZ30.6734.5560.93-
YUV153.07155.6197.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.22%
GREEN value IS 165 (64.84% from 255) = 34.52%
BLUE value IS 202 (79.30% from 255) = 42.26%
R=23.22%
G=34.52%
B=42.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1111652020.450.1800.21204.446.1961.37
Hex6FA5CA2D12015cc2e3d
Octal15724531255220253145675
Binary110111110100101110010101011011001001010111001100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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