#67A3D8

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

Shades of Picton Blue #67A3D8

Tints of Picton Blue #67A3D8

Color information

#67A3D8 (or 0x67A3D8) is unknown color: approx Picton Blue. HEX triplet: 67, A3 and D8. RGB value is (103,163,216). Sum of RGB (Red+Green+Blue) = 103+163+216=482 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.37% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 216 - color contains mainly: blue. Hex color #67A3D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A3D8 is #985C27. Grayscale: #969696. Windows color (decimal): -9985064 or 14197607. OLE color: 14197607.

HSL color Cylindrical-coordinate representation of color #67A3D8: hue angle of 208.14º 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 #67A3D8 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB103163216-
CMYK0.520.2500.15
HSL208.14º59.16%62.55%-
HSV(B)208.14º52.31%84.71%-
XYZ31.0934.0469.9-
YUV151.1164.6293.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.37%
GREEN value IS 163 (64.06% from 255) = 33.82%
BLUE value IS 216 (84.77% from 255) = 44.81%
R=21.37%
G=33.82%
B=44.81%

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
Decimal1031632160.520.2500.15208.1459.1662.55
Hex67A3D834190Fd03b3f
Octal14724333064310173207377
Binary11001111010001111011000110100110010111111010000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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