#6CA7CF

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

Shades of Picton Blue #6CA7CF

Tints of Picton Blue #6CA7CF

Color information

#6CA7CF (or 0x6CA7CF) is unknown color: approx Picton Blue. HEX triplet: 6C, A7 and CF. RGB value is (108,167,207). Sum of RGB (Red+Green+Blue) = 108+167+207=482 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.41% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #6CA7CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA7CF is #935830. Grayscale: #999999. Windows color (decimal): -9656369 or 13608812. OLE color: 13608812.

HSL color Cylindrical-coordinate representation of color #6CA7CF: hue angle of 204.24º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CA7CF is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB108167207-
CMYK0.480.1900.19
HSL204.24º50.77%61.76%-
HSV(B)204.24º47.83%81.18%-
XYZ31.2735.3364.2-
YUV153.92157.9595.25-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.41%
GREEN value IS 167 (65.62% from 255) = 34.65%
BLUE value IS 207 (81.25% from 255) = 42.95%
R=22.41%
G=34.65%
B=42.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1081672070.480.1900.19204.2450.7761.76
Hex6CA7CF3013013cc333e
Octal15424731760230233146376
Binary110110010100111110011111100001001101001111001100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,167,207); }

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

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

 a { background-color: rgb(108,167,207); }

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

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

 span { border-color: rgb(108,167,207); }

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