#67ACCF

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

Shades of Picton Blue #67ACCF

Tints of Picton Blue #67ACCF

Color information

#67ACCF (or 0x67ACCF) is unknown color: approx Picton Blue. HEX triplet: 67, AC and CF. RGB value is (103,172,207). Sum of RGB (Red+Green+Blue) = 103+172+207=482 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.37% from 482); Green value is 172 (67.58% from 255 or 35.68% 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 #67ACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ACCF is #985330. Grayscale: #9B9B9B. Windows color (decimal): -9982769 or 13610087. OLE color: 13610087.

HSL color Cylindrical-coordinate representation of color #67ACCF: hue angle of 200.19º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67ACCF is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB103172207-
CMYK0.500.1700.19
HSL200.19º52%60.78%-
HSV(B)200.19º50.24%81.18%-
XYZ31.6136.8964.49-
YUV155.36157.1490.65-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.37%
GREEN value IS 172 (67.58% from 255) = 35.68%
BLUE value IS 207 (81.25% from 255) = 42.95%
R=21.37%
G=35.68%
B=42.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1031722070.500.1700.19200.195260.78
Hex67ACCF3211013c8343d
Octal14725431762210233106475
Binary110011110101100110011111100101000101001111001000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67ACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67ACCF; }

 p { color: rgb(103,172,207); }

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

<style>
 a { background-color: #67ACCF; }

 a { background-color: rgb(103,172,207); }

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

<style>
 span { border-color: #67ACCF; }

 span { border-color: rgb(103,172,207); }

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