#67A5CD

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

Shades of Picton Blue #67A5CD

Tints of Picton Blue #67A5CD

Color information

#67A5CD (or 0x67A5CD) is unknown color: approx Picton Blue. HEX triplet: 67, A5 and CD. RGB value is (103,165,205). Sum of RGB (Red+Green+Blue) = 103+165+205=473 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.78% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #67A5CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A5CD is #985A32. Grayscale: #969696. Windows color (decimal): -9984563 or 13477223. OLE color: 13477223.

HSL color Cylindrical-coordinate representation of color #67A5CD: hue angle of 203.53º 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 #67A5CD is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB103165205-
CMYK0.500.2000.20
HSL203.53º50.5%60.39%-
HSV(B)203.53º49.76%80.39%-
XYZ30.0734.262.77-
YUV151.02158.4693.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.78%
GREEN value IS 165 (64.84% from 255) = 34.88%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=21.78%
G=34.88%
B=43.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1031652050.500.2000.20203.5350.560.39
Hex67A5CD3214014cc323c
Octal14724531562240243146274
Binary110011110100101110011011100101010001010011001100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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