#67ABC8

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

Shades of Picton Blue #67ABC8

Tints of Picton Blue #67ABC8

Color information

#67ABC8 (or 0x67ABC8) is unknown color: approx Picton Blue. HEX triplet: 67, AB and C8. RGB value is (103,171,200). Sum of RGB (Red+Green+Blue) = 103+171+200=474 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.73% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 200 - color contains mainly: blue. Hex color #67ABC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ABC8 is #985437. Grayscale: #999999. Windows color (decimal): -9983032 or 13151079. OLE color: 13151079.

HSL color Cylindrical-coordinate representation of color #67ABC8: hue angle of 197.94º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67ABC8 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB103171200-
CMYK0.480.1400.22
HSL197.94º46.86%59.41%-
HSV(B)197.94º48.5%78.43%-
XYZ30.5836.1860.02-
YUV153.97153.9791.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.73%
GREEN value IS 171 (67.19% from 255) = 36.08%
BLUE value IS 200 (78.52% from 255) = 42.19%
R=21.73%
G=36.08%
B=42.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1031712000.480.1400.22197.9446.8659.41
Hex67ABC830E016c62f3b
Octal14725331060160263065773
Binary11001111010101111001000110000111001011011000110101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67ABC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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