#67ABC9

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

Shades of Picton Blue #67ABC9

Tints of Picton Blue #67ABC9

Color information

#67ABC9 (or 0x67ABC9) is unknown color: approx Picton Blue. HEX triplet: 67, AB and C9. RGB value is (103,171,201). Sum of RGB (Red+Green+Blue) = 103+171+201=475 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.68% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #67ABC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ABC9 is #985436. Grayscale: #999999. Windows color (decimal): -9983031 or 13216615. OLE color: 13216615.

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

Color convert

RGB103171201-
CMYK0.490.1500.21
HSL198.37º47.57%59.61%-
HSV(B)198.37º48.76%78.82%-
XYZ30.736.2360.63-
YUV154.09154.4791.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.68%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 201 (78.91% from 255) = 42.32%
R=21.68%
G=36%
B=42.32%

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
Decimal1031712010.490.1500.21198.3747.5759.61
Hex67ABC931F015c6303c
Octal14725331161170253066074
Binary11001111010101111001001110001111101010111000110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67ABC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,171,201); }

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

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

 a { background-color: rgb(103,171,201); }

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

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

 span { border-color: rgb(103,171,201); }

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