#67ACCA

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

Shades of Picton Blue #67ACCA

Tints of Picton Blue #67ACCA

Color information

#67ACCA (or 0x67ACCA) is unknown color: approx Picton Blue. HEX triplet: 67, AC and CA. RGB value is (103,172,202). Sum of RGB (Red+Green+Blue) = 103+172+202=477 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.59% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #67ACCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ACCA is #985335. Grayscale: #9A9A9A. Windows color (decimal): -9982774 or 13282407. OLE color: 13282407.

HSL color Cylindrical-coordinate representation of color #67ACCA: hue angle of 198.18º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67ACCA is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB103172202-
CMYK0.490.1500.21
HSL198.18º48.29%59.8%-
HSV(B)198.18º49.01%79.22%-
XYZ31.0136.6561.32-
YUV154.79154.6491.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.59%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=21.59%
G=36.06%
B=42.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1031722020.490.1500.21198.1848.2959.8
Hex67ACCA31F015c6303c
Octal14725431261170253066074
Binary11001111010110011001010110001111101010111000110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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