#67AACD

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

Shades of Picton Blue #67AACD

Tints of Picton Blue #67AACD

Color information

#67AACD (or 0x67AACD) is unknown color: approx Picton Blue. HEX triplet: 67, AA and CD. RGB value is (103,170,205). Sum of RGB (Red+Green+Blue) = 103+170+205=478 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.55% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #67AACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AACD is #985532. Grayscale: #999999. Windows color (decimal): -9983283 or 13478503. OLE color: 13478503.

HSL color Cylindrical-coordinate representation of color #67AACD: hue angle of 200.59º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67AACD is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB103170205-
CMYK0.500.1700.20
HSL200.59º50.5%60.39%-
HSV(B)200.59º49.76%80.39%-
XYZ30.9936.0463.08-
YUV153.96156.891.65-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.55%
GREEN value IS 170 (66.80% from 255) = 35.56%
BLUE value IS 205 (80.47% from 255) = 42.89%
R=21.55%
G=35.56%
B=42.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1031702050.500.1700.20200.5950.560.39
Hex67AACD3211014c9323c
Octal14725231562210243116274
Binary110011110101010110011011100101000101010011001001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,170,205); }

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

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

 a { background-color: rgb(103,170,205); }

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

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

 span { border-color: rgb(103,170,205); }

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