#67A2D8

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

Shades of Picton Blue #67A2D8

Tints of Picton Blue #67A2D8

Color information

#67A2D8 (or 0x67A2D8) is unknown color: approx Picton Blue. HEX triplet: 67, A2 and D8. RGB value is (103,162,216). Sum of RGB (Red+Green+Blue) = 103+162+216=481 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.41% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 216 (84.77% from 255 or 44.91% from 481); Max value from RGB is 216 - color contains mainly: blue. Hex color #67A2D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A2D8 is #985D27. Grayscale: #969696. Windows color (decimal): -9985320 or 14197351. OLE color: 14197351.

HSL color Cylindrical-coordinate representation of color #67A2D8: hue angle of 208.67º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67A2D8 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB103162216-
CMYK0.520.2500.15
HSL208.67º59.16%62.55%-
HSV(B)208.67º52.31%84.71%-
XYZ30.9133.6869.84-
YUV150.51164.9594.11-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.41%
GREEN value IS 162 (63.67% from 255) = 33.68%
BLUE value IS 216 (84.77% from 255) = 44.91%
R=21.41%
G=33.68%
B=44.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1031622160.520.2500.15208.6759.1662.55
Hex67A2D834190Fd13b3f
Octal14724233064310173217377
Binary11001111010001011011000110100110010111111010001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,162,216); }

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

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

 a { background-color: rgb(103,162,216); }

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

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

 span { border-color: rgb(103,162,216); }

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